From 5cf725a3784e1883d1e834a5d7e18ac29a193538 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 7 Apr 2024 19:09:58 +0000 Subject: [PATCH] chore(cargo): require kamadak-exif 0.5.3 Make deps.rs happy about RUSTSEC-2021-0143 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 554d4ba8b..7bef4cd68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ hickory-resolver = "0.24" humansize = "2" image = { version = "0.25.1", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } iroh = { version = "0.4.2", default-features = false } -kamadak-exif = "0.5" +kamadak-exif = "0.5.3" lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" } libc = "0.2" mailparse = "0.14"