diff --git a/Cargo.lock b/Cargo.lock index 109fa47dd..9412c1cb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1642,16 +1642,15 @@ dependencies = [ [[package]] name = "image" -version = "0.24.2" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28edd9d7bc256be2502e325ac0628bde30b7001b9b52e0abe31a1a9dc2701212" +checksum = "7e30ca2ecf7666107ff827a8e481de6a132a9b687ed3bb20bb1c144a36c00964" dependencies = [ "bytemuck", "byteorder", "color_quant", "gif", "jpeg-decoder", - "num-iter", "num-rational", "num-traits", "png", diff --git a/Cargo.toml b/Cargo.toml index a0df0de57..670bb5441 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ encoded-words = "0.2" escaper = "0.1" futures = "0.3" hex = "0.4.0" -image = { version = "0.24.1", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } +image = { version = "0.24.3", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } kamadak-exif = "0.5" lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" } libc = "0.2"