From 4b6cf8121973491c2bc8dfb3c6349c89274984dd Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Tue, 30 May 2023 00:29:16 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.25 --- Cargo.lock | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d27139d..a631529 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -350,6 +350,12 @@ dependencies = [ "alloc-no-stdlib", ] +[[package]] +name = "android-tzdata" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" + [[package]] name = "android_system_properties" version = "0.1.5" @@ -734,13 +740,13 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.24" +version = "0.4.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" +checksum = "fdbc37d37da9e5bce8173f3a41b71d9bf3c674deebbaceacd0ebdabde76efb03" dependencies = [ + "android-tzdata", "iana-time-zone", "js-sys", - "num-integer", "num-traits", "time 0.1.45", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index ce30b49..07dcf7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,5 +37,5 @@ webauthn-rs = { version = "0.4.8", features = ["danger-allow-state-serialisation url = "2.3.1" light-openid = { version = "1.0.1", features=["crypto-wrapper"] } bincode = "2.0.0-rc.3" -chrono = "0.4.24" +chrono = "0.4.25" lazy_static = "1.4.0" \ No newline at end of file