From 674ebecd1ad8ae8dda09a202d6df23adb079f2da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 22:28:48 +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 f6df4f18..45456ee9 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"