diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index 8246ba2b..c076b442 100644 --- a/audio/audiofx/Cargo.toml +++ b/audio/audiofx/Cargo.toml @@ -18,7 +18,7 @@ num-traits = "0.2" once_cell = "1.0" ebur128 = "0.1" hrtf = "0.8" -nnnoiseless = { version = "0.4", default-features = false } +nnnoiseless = { version = "0.5", default-features = false } smallvec = "1" atomic_refcell = "0.1" rayon = "1.5"