Chore: Update Rubato -> 0.14.1

This commit is contained in:
Kyle Simpson
2023-08-28 22:55:25 +01:00
parent 4220c1ffe5
commit 67b3b3ec50
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ pin-project = "1"
rand = { optional = true, version = "0.8" }
reqwest = { default-features = false, features = ["stream"], optional = true, version = "0.11" }
ringbuf = { optional = true, version = "0.3" }
rubato = { optional = true, version = "0.12" }
rubato = { optional = true, version = "0.14.1" }
rusty_pool = { optional = true, version = "0.7" }
serde = { version = "1", features = ["derive"] }
serde-aux = { optional = true, version = "4"}