diff --git a/libclamav_rust/Cargo.toml b/libclamav_rust/Cargo.toml index 526951c519..eb95ca8011 100644 --- a/libclamav_rust/Cargo.toml +++ b/libclamav_rust/Cargo.toml @@ -12,7 +12,7 @@ log = { version = "0.4", features = ["std"] } sha2 = "0.10" tempfile = "3" thiserror = "1" -image = "0.24" +image = "0.25" rustdct = "0.7" transpose = "0.2" num-traits = "0.2"