From 3daa927c293d3512c41198312f40d80104d6a4d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 14:35:23 +0000 Subject: [PATCH] chore(cargo): bump kamadak-exif from 0.5.5 to 0.6.0 Bumps [kamadak-exif](https://github.com/kamadak/exif-rs) from 0.5.5 to 0.6.0. - [Changelog](https://github.com/kamadak/exif-rs/blob/master/NEWS) - [Commits](https://github.com/kamadak/exif-rs/compare/0.5.5...0.6) --- updated-dependencies: - dependency-name: kamadak-exif dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c2f28ff0a..3e18f34204 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3263,9 +3263,9 @@ dependencies = [ [[package]] name = "kamadak-exif" -version = "0.5.5" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077" +checksum = "99e7b00ff45df279c3e40f7fee99fad4f7eddbf9ed2d24e99133e8683330f0c7" dependencies = [ "mutate_once", ] diff --git a/Cargo.toml b/Cargo.toml index bd57241536..453ccdcbec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ hyper-util = "0.1.10" image = { version = "0.25.4", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } iroh-gossip = { version = "0.26.0", default-features = false, features = ["net"] } iroh-net = { version = "0.26.0", default-features = false } -kamadak-exif = "0.5.3" +kamadak-exif = "0.6.0" lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" } libc = { workspace = true } mailparse = "0.15"