From 559653451fabdca0bf4a9745c5b155b7f61f91b4 Mon Sep 17 00:00:00 2001
From: Julian Wiesler <wiesleju@gmail.com>
Date: Tue, 2 Apr 2024 20:30:00 +0200
Subject: [PATCH 1/2] Update image version

---
 Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 56cce62..0db8443 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,11 +16,11 @@ categories = ["external-ffi-bindings"]
 
 [dependencies]
 libwebp-sys = "0.9.3"
-image = { version = "^0.24.0", default-features = false, optional = true }
+image = { version = "^0.25.0", default-features = false, optional = true }
 
 [features]
 default = ["img"]
 img = [ "image" ]
 
 [dev-dependencies]
-image = "0.24"
+image = "0.25"

From 9550e641829c43a209417c30fa532cd521dd5aab Mon Sep 17 00:00:00 2001
From: Julian Wiesler <wiesleju@gmail.com>
Date: Tue, 2 Apr 2024 20:33:05 +0200
Subject: [PATCH 2/2] Bump version

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 0db8443..30f82be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "webp"
-version = "0.2.6"
+version = "0.2.7"
 authors = ["Jared Forth <jaredforthdev@gmail.com>"]
 edition = "2018"