From e229b8c965c70641cda1c97fd84b6eeb5acb2a24 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Tue, 25 Oct 2022 00:27:40 +0000 Subject: [PATCH] Update Rust crate url to 2.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 69de7c6..e2fb1ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,6 +33,6 @@ totp_rfc6238 = "0.5.1" base32 = "0.4.0" qrcode-generator = "4.1.6" webauthn-rs = { version = "0.4.7", features = ["danger-allow-state-serialisation"] } -url = "2.2.2" +url = "2.3.1" aes-gcm = { version = "0.10.1", features = ["aes"] } bincode = "1.3.3"