From cd1a79a94900a2604b52d83c671c4dea0f6352e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 11:58:38 +0000 Subject: [PATCH] Bump kamadak-exif from 0.5.5 to 0.6.1 Bumps [kamadak-exif](https://github.com/kamadak/exif-rs) from 0.5.5 to 0.6.1. - [Changelog](https://github.com/kamadak/exif-rs/blob/master/NEWS) - [Commits](https://github.com/kamadak/exif-rs/compare/0.5.5...0.6.1) --- 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 0c97d78..a1da3a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1273,9 +1273,9 @@ dependencies = [ [[package]] name = "kamadak-exif" -version = "0.5.5" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077" +checksum = "1130d80c7374efad55a117d715a3af9368f0fa7a2c54573afc15a188cd984837" dependencies = [ "mutate_once", ] diff --git a/Cargo.toml b/Cargo.toml index 565e6d1..e4f08e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ directories = "5.0" env_logger = "0.11" glium = "0.32" image = "0.25" -kamadak-exif = "0.5" +kamadak-exif = "0.6" lazy_static = "1.4" lexical-sort = "0.3" log = "0.4"