From 2ac693c3852de3bb97bbb402370205a632c00398 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 17:00:48 +0000 Subject: [PATCH] fix(deps): update rust crate env_logger to 0.11.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 406a589b..cb4586ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ image = { version = "0.25", optional = true } zbus = { version = "4", optional = true } serde = { version = "1", optional = true } log = "0.4" -env_logger ={ version ="0.11", optional = true } +env_logger ={ version ="0.11.3", optional = true } [target.'cfg(target_os="macos")'.dependencies] mac-notification-sys = "0.6"