From 9331eb457ec70a97940669d68f789992685e5703 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 21:54:33 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.28 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7720ca5..a251e1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,15 +205,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.26" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" +checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f" dependencies = [ "android-tzdata", "iana-time-zone", "num-traits", "serde", - "winapi", + "windows-targets", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index bbaf4c5..0fc656f 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.28", default-features = false, features = ["clock"] } built = { version = "0.6.1", features = ["chrono"] } [profile.release]