Update rodio

This commit is contained in:
Youser Nayme 2024-05-20 07:14:00 -04:00
parent d6f239832a
commit 23afb9237f
No known key found for this signature in database
GPG Key ID: 08E3619383679CAE
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -5384,12 +5384,13 @@ dependencies = [
[[package]]
name = "rodio"
version = "0.17.3"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b1bb7b48ee48471f55da122c0044fcc7600cfcc85db88240b89cb832935e611"
checksum = "16e3ea3fb0b6a1837445e29e36971b101c154920791113ff860768a68a0b1cad"
dependencies = [
"cpal",
"lewton",
"thiserror",
]
[[package]]

View File

@ -128,7 +128,7 @@ ordered-float = { workspace = true }
rand = { workspace = true }
rand_chacha = { workspace = true }
rayon = { workspace = true }
rodio = { version = "0.17", default-features = false, features = ["vorbis"] }
rodio = { version = "0.18", default-features = false, features = ["vorbis"] }
ron = { workspace = true }
serde = { workspace = true, features = ["rc"] }
slab = { workspace = true }