From 5b0412d4cfbc3e5111645e6736f2f1465b51e636 Mon Sep 17 00:00:00 2001
From: GitLab CI
 <project_7_bot_1bfaee5701aed20091a86249a967a6c1@noreply.firefish.dev>
Date: Sun, 21 Jul 2024 20:15:27 +0000
Subject: [PATCH] chore(deps): update rust crate image to 0.25.2

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

diff --git a/Cargo.lock b/Cargo.lock
index 99e98236f4..8a462e1417 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1438,12 +1438,12 @@ dependencies = [
 
 [[package]]
 name = "image"
-version = "0.25.1"
+version = "0.25.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
+checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
 dependencies = [
  "bytemuck",
- "byteorder",
+ "byteorder-lite",
  "color_quant",
  "gif",
  "image-webp",
diff --git a/Cargo.toml b/Cargo.toml
index b65f46a6d2..de4ef2bb14 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ convert_case = { version = "0.6.0", default-features = false }
 cuid2 = { version = "0.1.2", default-features = false }
 emojis = { version = "0.6.2", default-features = false }
 idna = { version = "1.0.2", default-features = false }
-image = { version = "0.25.1", default-features = false }
+image = { version = "0.25.2", default-features = false }
 isahc = { version = "1.7.2", default-features = false }
 mfm = { git = "https://firefish.dev/firefish/mfm.git", rev = "1dc2cc408176e6559db08cb568e63236597341b4" }
 nom-exif = { version = "1.2.6", default-features = false }