From 82b87f9caac6be9e1a6d75425e7a39d193a8590d Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Tue, 14 Jan 2025 21:19:43 +0100 Subject: [PATCH] chore: update image to 0.25 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 66af816647..be24516bc2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ a11y = [ winit = ["iced_winit", "iced_accessibility?/accesskit_winit"] -# Enables the sctk shell. +# Enables the sctk shell. wayland = ["iced_widget/wayland", "iced_core/wayland", "iced_winit/wayland"] [dependencies] iced_core.workspace = true @@ -183,7 +183,7 @@ resvg = "0.42" web-sys = "0.3.69" guillotiere = "0.6" half = "2.2" -image = { version = "0.24", default-features = false } +image = { version = "0.25", default-features = false } kamadak-exif = "0.5" kurbo = "0.10" log = "0.4"