mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
fix(deps): update rust crate rubato to v3 (#689)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
79399d9b8e
commit
20bac74bea
Generated
+2
-2
@@ -4418,9 +4418,9 @@ checksum = "7204ed6420f698836b76d4d5c2ec5dec7585fd5c3a788fd1cde855d1de598239"
|
||||
|
||||
[[package]]
|
||||
name = "rubato"
|
||||
version = "2.0.0"
|
||||
version = "3.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ce96ead1a91f7895704a9f08ea5947dfc8bd7c1f2936a22295b655ec67e5c6ef"
|
||||
checksum = "d4be9c88e3d722d3d36939e41941f6b6f52810c1235bf19998a7d4535b402892"
|
||||
dependencies = [
|
||||
"audioadapter",
|
||||
"audioadapter-buffers",
|
||||
|
||||
@@ -69,7 +69,7 @@ regex = "1"
|
||||
axum = "0.8"
|
||||
rodio = "0.22"
|
||||
earshot = "1.0"
|
||||
rubato = "2.0"
|
||||
rubato = "3.0"
|
||||
audioadapter-buffers = "3.0"
|
||||
tempfile = "3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user