From dd5b9813e76777e74300261a12fcc6c5842493b0 Mon Sep 17 00:00:00 2001
From: GitLab CI
 <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev>
Date: Sat, 13 Jul 2024 04:09:21 +0000
Subject: [PATCH] chore(deps): update rust crate nom-exif to 1.2.5

---
 Cargo.lock | 4 ++--
 Cargo.toml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 7ed7e5934d..084798c480 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1885,9 +1885,9 @@ dependencies = [
 
 [[package]]
 name = "nom-exif"
-version = "1.2.4"
+version = "1.2.5"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "df912a11fb489ca20ffa4c632ba5cf6b9364cf0bb6d74a38bd6788300dd2cd20"
+checksum = "6917e118cb72dcee29544e7311a9218dbcff55464369a62078cc00d3705b482f"
 dependencies = [
  "chrono",
  "nom",
diff --git a/Cargo.toml b/Cargo.toml
index f790a0e0a9..b1a42f355b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ emojis = { version = "0.6.2", default-features = false }
 idna = { version = "1.0.2", default-features = false }
 image = { version = "0.25.1", default-features = false }
 isahc = { version = "1.7.2", default-features = false }
-nom-exif = { version = "1.2.4", default-features = false }
+nom-exif = { version = "1.2.5", default-features = false }
 once_cell = { version = "1.19.0", default-features = false }
 pretty_assertions = { version = "1.4.0", default-features = false }
 proc-macro2 = { version = "1.0.86", default-features = false }