mirror of
https://github.com/RustAudio/rodio
synced 2024-12-12 13:12:30 +00:00
Bumped claxon
to 0.4.2 to avoid uninitialized memory read.
This commit is contained in:
parent
92a018bf53
commit
94230abdab
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ repository = "https://github.com/tomaka/rodio"
|
|||
documentation = "http://docs.rs/rodio"
|
||||
|
||||
[dependencies]
|
||||
claxon = { version = "0.3.0", optional = true }
|
||||
claxon = { version = "0.4.2", optional = true }
|
||||
cpal = "0.8"
|
||||
hound = { version = "3.3.1", optional = true }
|
||||
lazy_static = "1.0.0"
|
||||
|
|
Loading…
Reference in a new issue