From 78ae2e406eb56b218286f07ed54004e2019e998e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 09:44:40 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.23 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19ee14c..918ea60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,9 +58,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.22" +version = "0.4.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1" +checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" dependencies = [ "iana-time-zone", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 17642ff..10f3594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ jwt = ["chrono", "serde", "jsonwebtoken"] sha1 = { version = "0.10.5", optional = true } sha2 = { version = "0.10.6", optional = true } hmac = { version = "0.12.1", optional = true } -chrono = { version = "0.4.22", optional = true } +chrono = { version = "0.4.23", optional = true } serde = { version = "1.0.147", optional = true } jsonwebtoken = { version = "8.1.1", optional = true } thiserror = "1.0.37"