From e2be00104f4634c7d3d87e97f417f8e9806e136a Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 20 Aug 2026 19:00:59 +0300 Subject: [PATCH] Update Rust crate aes-gcm to 0.11.0 --- communities/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 4279454..c61c194 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -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 = "*"