From 656a915063484f1f96a5c3c5e0a566cf8dad71a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 22:35:33 +0000 Subject: [PATCH] fix(deps): update rust crate env_logger to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8446bd83..c237eb7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ image = { version = "0.24", optional = true } zbus = { version = "4", optional = true } serde = { version = "1", optional = true } log = "0.4" -env_logger ={ version ="0.10", optional = true } +env_logger ={ version ="0.11", optional = true } [target.'cfg(target_os="macos")'.dependencies] mac-notification-sys = "0.6"