From c4642a214537de12e212c8ad09610530cab3e8c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 23:41:40 +0000 Subject: [PATCH] fix(deps): update rust crate mac-notification-sys to 0.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 406a589b..68b59415 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ log = "0.4" env_logger ={ version ="0.11", optional = true } [target.'cfg(target_os="macos")'.dependencies] -mac-notification-sys = "0.6" +mac-notification-sys = "0.6.1" chrono = { version = "0.4", optional = true} [target.'cfg(target_os="windows")'.dependencies]