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 = "*"