From 561a882ebe45694f499db9e450e6b1ed107c7574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:59:22 +0000 Subject: [PATCH] Update Rust crate chrono to v0.4.33 (#8005) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2a7bf3bbd0..c3bab04794a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -745,9 +745,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.32" +version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41daef31d7a747c5c847246f36de49ced6f7403b4cdabc807a97b5cc184cda7a" +checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/Cargo.toml b/Cargo.toml index c30ba92ee95..c2c327445c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ crates_io_index = { path = "crates_io_index" } crates_io_markdown = { path = "crates_io_markdown" } crates_io_tarball = { path = "crates_io_tarball" } crates_io_worker = { path = "crates_io_worker" } -chrono = { version = "=0.4.32", default-features = false, features = ["serde"] } +chrono = { version = "=0.4.33", default-features = false, features = ["serde"] } clap = { version = "=4.4.18", features = ["derive", "env", "unicode", "wrap_help"] } cookie = { version = "=0.18.0", features = ["secure"] } crossbeam-channel = "=0.5.11"