Update Rust crate aes-gcm to 0.11.0 - autoclosed #23

Closed
rasensprenger wants to merge 1 commit from renovate/aes-gcm-0.x into main

View file

@ -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 = "*"