Update Rust crate url to 2.3.1 #66

Merged
pierre merged 1 commits from renovate/url-2-x into master 2022-10-29 08:00:06 +00:00

View File

@ -33,6 +33,6 @@ totp_rfc6238 = "0.5.1"
base32 = "0.4.0" base32 = "0.4.0"
qrcode-generator = "4.1.6" qrcode-generator = "4.1.6"
webauthn-rs = { version = "0.4.7", features = ["danger-allow-state-serialisation"] } 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"] } aes-gcm = { version = "0.10.1", features = ["aes"] }
bincode = "1.3.3" bincode = "1.3.3"