From 3dc8888c6aa2c784dcfcc7e8933c0fd0ec2507bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 21:04:56 +0000 Subject: [PATCH] cargo: bump kamadak-exif from 0.5.4 to 0.5.5 Bumps [kamadak-exif](https://github.com/kamadak/exif-rs) from 0.5.4 to 0.5.5. - [Release notes](https://github.com/kamadak/exif-rs/releases) - [Changelog](https://github.com/kamadak/exif-rs/blob/master/NEWS) - [Commits](https://github.com/kamadak/exif-rs/compare/0.5.4...0.5.5) --- updated-dependencies: - dependency-name: kamadak-exif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44eda8fef..f96bf5c62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1946,9 +1946,9 @@ dependencies = [ [[package]] name = "kamadak-exif" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70494964492bf8e491eb3951c5d70c9627eb7100ede6cc56d748b9a3f302cfb6" +checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077" dependencies = [ "mutate_once", ]