From 9b8537a62fe317ac07f8dfafa41b181793925490 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Tue, 21 May 2024 21:43:35 +0200 Subject: Remove the deprecated wav crate in favor of hound. (#2202) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6f2ec0f7..0835efda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,6 +48,7 @@ fancy-regex = "0.13.0" gemm = { version = "0.17.0", features = ["wasm-simd128-enable"] } hf-hub = "0.3.0" half = { version = "2.3.1", features = ["num-traits", "use-intrinsics", "rand_distr"] } +hound = "3.5.1" image = { version = "0.25.0", default-features = false, features = ["jpeg", "png"] } imageproc = { version = "0.24.0", default-features = false } intel-mkl-src = { version = "0.8.1", features = ["mkl-static-lp64-iomp"] } @@ -69,7 +70,6 @@ tokenizers = { version = "0.19.1", default-features = false } tracing = "0.1.37" tracing-chrome = "0.7.1" tracing-subscriber = "0.3.7" -wav = "1.0.0" yoke = { version = "0.7.2", features = ["derive"] } zip = { version = "1.1.1", default-features = false } metal = { version = "0.27.0", features = ["mps"]} -- cgit v1.2.3