diff --git a/Cargo.toml b/Cargo.toml index 1b212e58..15fae0d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ symphonia = { version = "0.5", default-features = false } vecmath = "1.0" [target.'cfg(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64"))'.dependencies] -no_denormals = "0.1.2" +no_denormals = "0.2.0" [dev-dependencies] futures = { version = "0.3.30", features = ["executor"] }