From 8747b569b7719b6dc8f51f0672679cabf9e23aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 28 Feb 2022 09:31:47 +0200 Subject: [PATCH] audiofx: Update nnoiseless dependency to 0.4 --- audio/audiofx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index fddabe2b..d42a5259 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.3", default-features = false } +nnnoiseless = { version = "0.4", default-features = false } smallvec = "1" atomic_refcell = "0.1" rayon = "1.5"