diff --git a/Cargo.toml b/Cargo.toml index ac7088dd..a9972fed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ image = { version = "0.24", optional = true } zbus = { version = "3.10", 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"