Skip to content

Commit

Permalink
In libclamav_rust, use the current version of the image crate
Browse files Browse the repository at this point in the history
  • Loading branch information
musicinmybrain committed Sep 15, 2024
1 parent 801a0ef commit 24d1341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libclamav_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 24d1341

Please sign in to comment.