From 94230abdabd642430eb28a8e2c098d99b82a352d Mon Sep 17 00:00:00 2001 From: Azriel Hoh Date: Tue, 21 May 2019 14:20:29 +1200 Subject: [PATCH] Bumped `claxon` to 0.4.2 to avoid uninitialized memory read. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 343a376..29c6662 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"