mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Update rodio
This commit is contained in:
parent
d6f239832a
commit
23afb9237f
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -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]]
|
||||
|
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user