From b9a6dea515a718696e3209712c967841ba3e6b4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:19:38 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.33 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91f8f358..16900f51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ actix-http = "3.5.1" actix-service = "2.0.2" actix-web = "4.4.1" ahash = { version = "0.8.7", features = ["std", "serde", "runtime-rng"] } -chrono = { version = "0.4.31", features = ["alloc", "std", "clock", "serde", "unstable-locales"] } +chrono = { version = "0.4.33", features = ["alloc", "std", "clock", "serde", "unstable-locales"] } clap = { version = "4.4.18", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } comrak = { version = "0.19.0", features = ["syntect", "shortcodes"] } derive_more = { version = "0.99.17", features = ["default", "convert_case", "generate-parsing-rs", "testing-helpers", "nightly", "peg", "rustc_version" ] }