In libclamav_rust, use the current version of the image crate

pull/1366/head
Benjamin A. Beasley 8 months ago committed by Micah Snyder
parent 7df9f855e3
commit 128b2b40ec
No known key found for this signature in database
GPG Key ID: 3449E631914956D0
  1. 2
      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"

Loading…
Cancel
Save