From 1aef88edfd4a9ecb12ad06aab35268ee3ce88c4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:58:20 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.37 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9eec530..622a483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chrono = "0.4.33" +chrono = "0.4.37" chrono-tz = "0.8.5" cloudflare = "0.11.0" env_logger = "0.11.1"