Skip to content

Commit

Permalink
Merge pull request #230 from azriel91/security/upgrade-claxon
Browse files Browse the repository at this point in the history
Bumped `claxon` to 0.4.2 to avoid uninitialized memory read.
  • Loading branch information
tomaka authored Jun 8, 2019
2 parents 92a018b + 94230ab commit 5f644df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5f644df

Please sign in to comment.