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

This commit is contained in:
Rasensprenger 2026-08-08 00:01:05 +02:00
commit 9bd7afc648
9 changed files with 87 additions and 32 deletions

View file

@ -11,7 +11,7 @@ iota-paths = { path = "../iota-paths" }
mtp = { git = "https://git.methanium.net/Methanium/mtp.git" }
aes-gcm = "0.10.3"
aes-gcm = "0.11.0"
base64 = "0.22.1"
hex = "*"
hkdf = "0.12.4"