From 5de73b2165fdf35fc44d0229d5f6e37952bb9355 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:57:34 +0000 Subject: [PATCH] fix(deps): update rust crate image to 0.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac7088dd..9f7f97bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ include = [ [target.'cfg(all(unix, not(target_os = "macos")))'.dependencies] dbus = { version = "0.9", optional = true } lazy_static = { version = "1", optional = true } -image = { version = "0.24", optional = true } +image = { version = "0.25", optional = true } zbus = { version = "3.10", optional = true } serde = { version = "1", optional = true } log = "0.4"