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
Showing only changes of commit e2be00104f - Show all commits

Update Rust crate aes-gcm to 0.11.0
Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement

Rasensprenger 2026-08-20 19:00:59 +03:00

View file

@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
mtp = { git = "https://git.methanium.net/Methanium/mtp.git" }
iota-util = { path = "../iota-util" }
aes-gcm = "0.10.3"
aes-gcm = "0.11.0"
async-trait = "0.1.89"
base64 = "0.22.1"
futures = "*"