From 56cc35b9203725e2ac744c0c16bb434dfb15c30e Mon Sep 17 00:00:00 2001 From: ZeWaka Date: Tue, 19 Dec 2023 22:55:44 -0800 Subject: [PATCH] update image to `0.24.7` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cc15fb3..81c737c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ exclude = ["src/tests.rs", "tests/*"] [dependencies] thiserror = "1.0" -image = { version = "0.24.6", default-features = false, features = ["png"] } +image = { version = "0.24.7", default-features = false, features = ["png"] } deflate = "1.0" inflate = "0.4.5"