Update aes dependency
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-20 09:30:36 +02:00
parent 8b2d3b7fae
commit 68e0aa2565
4 changed files with 114 additions and 17 deletions

View File

@ -34,5 +34,5 @@ base32 = "0.4.0"
qrcode-generator = "4.1.6"
webauthn-rs = "0.3.2"
url = "2.2.2"
aes-gcm = { version = "0.9.4", features = ["aes"] }
aes-gcm = { version = "0.10.1", features = ["aes"] }
bincode = "1.3.3"