From 26fc9717b0c8cd3781125254d6ada717ba7c3163 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:47:27 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.29 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7720ca5..36e4981 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,15 +205,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.26" +version = "0.4.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" +checksum = "d87d9d13be47a5b7c3907137f1290b0459a7f80efb26be8c52afb11963bccb02" dependencies = [ "android-tzdata", "iana-time-zone", "num-traits", "serde", - "winapi", + "windows-targets", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index bbaf4c5..b2e4f6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ human_bytes = "0.4.2" compound_duration = "1.2.1" jwt-simple = "0.11.6" rand = "0.8.5" -chrono = { version = "0.4.24", default-features = false, features = ["clock"] } +chrono = { version = "0.4.29", default-features = false, features = ["clock"] } built = { version = "0.6.1", features = ["chrono"] } [profile.release]