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-19 00:01:17 +03:00
commit 7b6dc4056c
9 changed files with 87 additions and 32 deletions

View file

@ -14,7 +14,7 @@ iota-auth = { path = "../iota-auth" }
actix-web = { version = "4", features = ["rustls-0_23"] }
actix-web-actors = "4"
aes-gcm = "0.10.3"
aes-gcm = "0.11.0"
async-trait = "0.1.89"
base64 = "0.22.1"
chrono = "0.4.43"