diff --git a/Cargo.toml b/Cargo.toml index 0835efda..05469ab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ 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 } +imageproc = { version = "0.25.0", default-features = false } intel-mkl-src = { version = "0.8.1", features = ["mkl-static-lp64-iomp"] } libc = { version = "0.2.147" } log = "0.4"