From 24d54d0ff90ecc701f4a41770482a2611da05d15 Mon Sep 17 00:00:00 2001 From: ivarflakstad <69173633+ivarflakstad@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:41:33 +0800 Subject: Bump image crate version so ImageReader is available without aliasing (#2365) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index bdd3c280..2dfc41f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ 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"] } +image = { version = "0.25.2", 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"] } libc = { version = "0.2.147" } -- cgit v1.2.3