From 64e2269c92184c18dfdb2cf04ac67c4137928fd9 Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 13 Aug 2026 23:01:09 +0200 Subject: [PATCH] Update Rust crate aes-gcm to 0.11 --- crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 2305b8a..53b60ea 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -8,7 +8,7 @@ ignored = ["rand_core"] [dependencies] chacha20poly1305 = { version = "0.10", optional = true } -aes-gcm = { version = "0.10", optional = true } +aes-gcm = { version = "0.11", optional = true } ed25519-dalek = { version = "3.0", optional = true, features = [ "pkcs8", "pem",