Update Rust crate aes-gcm to 0.11.0 - autoclosed #23
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ edition = "2024"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
mtp = { git = "https://git.methanium.net/Methanium/mtp.git" }
|
mtp = { git = "https://git.methanium.net/Methanium/mtp.git" }
|
||||||
iota-util = { path = "../iota-util" }
|
iota-util = { path = "../iota-util" }
|
||||||
aes-gcm = "0.10.3"
|
aes-gcm = "0.11.0"
|
||||||
async-trait = "0.1.89"
|
async-trait = "0.1.89"
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
futures = "*"
|
futures = "*"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue