From 55e8273fe7c4e642ecaa93cf569c31f300a418ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 17:01:57 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.30 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f594d74..22dfec8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,9 +205,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.29" +version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d87d9d13be47a5b7c3907137f1290b0459a7f80efb26be8c52afb11963bccb02" +checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/Cargo.toml b/Cargo.toml index 1010537..08ef3e7 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.30", default-features = false, features = ["clock"] } built = { version = "0.6.1", features = ["chrono"] } [profile.release]