From aeec88e479e88068a9255a3b8d666e132bd5b892 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 7 Mar 2024 00:11:09 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.35 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e551a1a..fca2381 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -792,9 +792,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.34" +version = "0.4.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" +checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/Cargo.toml b/Cargo.toml index 2c1a287..a1da4be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,6 @@ webauthn-rs = { version = "0.4.8", features = ["danger-allow-state-serialisation url = "2.5.0" light-openid = { version = "1.0.1", features = ["crypto-wrapper"] } bincode = "2.0.0-rc.3" -chrono = "0.4.34" +chrono = "0.4.35" lazy_static = "1.4.0" mailchecker = "6.0.1" \ No newline at end of file