From 3c1e8d6b470cdcb5f8707df1a944dbf21002bc6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 20:41:14 +0000 Subject: [PATCH] fix(deps): update rust crate image to 0.25.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 406a589b..4256f4cf 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.25", optional = true } +image = { version = "0.25.1", optional = true } zbus = { version = "4", optional = true } serde = { version = "1", optional = true } log = "0.4"