Update Rust crate aes-gcm to 0.10.3
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user