From 97ee1d891ae93e66a1c097653d8c1053dc6c8c21 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 16 Sep 2023 00:03:47 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.31 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3469459..549670c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -746,9 +746,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.30" +version = "0.4.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877" +checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/Cargo.toml b/Cargo.toml index 1224ab2..9c7d73b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,5 +37,5 @@ webauthn-rs = { version = "0.4.8", features = ["danger-allow-state-serialisation url = "2.4.1" light-openid = { version = "1.0.1", features=["crypto-wrapper"] } bincode = "2.0.0-rc.3" -chrono = "0.4.30" +chrono = "0.4.31" lazy_static = "1.4.0" \ No newline at end of file