From d86789c1f7057e1cf5cfb02487febc5e1c4cf8c9 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 2 Oct 2024 17:58:25 +0200 Subject: [PATCH] Fix image version (#5100) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 010300623..5f0c10c71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ icu_provider_adapters = "1.4" icu_provider_blob = "1.4" icu_segmenter = { version = "1.4", features = ["serde"] } if_chain = "1" -image = { version = "0.25", default-features = false, features = ["png", "jpeg", "gif"] } +image = { version = "0.25.2", default-features = false, features = ["png", "jpeg", "gif"] } indexmap = { version = "2", features = ["serde"] } kamadak-exif = "0.5" kurbo = "0.11"