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:
renovate[bot]
2026-05-23 13:32:53 -04:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent 79399d9b8e
commit 20bac74bea
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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",
+1 -1
View File
@@ -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"