Update Rust crate aes-gcm to 0.10.3
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-09-22 00:09:15 +00:00
parent de7e647347
commit 8ca2333385
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ urlencoding = "2.1.3"
# Dependencies for crypto wrapper
bincode = { version = "2.0.0-rc.3", optional = true }
aes-gcm = { version = "0.10.2", optional = true }
aes-gcm = { version = "0.10.3", optional = true }
rand = { version = "0.8.5", optional = true }
[features]