From bbf23dea15525057eaebccf46e185e46b163094a Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Wed, 16 Nov 2022 00:08:56 +0000 Subject: [PATCH] Update Rust crate chrono to 0.4.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1488e24..e739015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,5 +36,5 @@ webauthn-rs = { version = "0.4.7", features = ["danger-allow-state-serialisation url = "2.3.1" aes-gcm = { version = "0.10.1", features = ["aes"] } bincode = "1.3.3" -chrono = "0.4.22" +chrono = "0.4.23" lazy_static = "1.4.0" \ No newline at end of file