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