From fbb8e62e71b1f60d594b7f0a0115a72a0e32040d Mon Sep 17 00:00:00 2001 From: Rasensprenger Date: Thu, 20 Aug 2026 19:01:08 +0300 Subject: [PATCH] Update Rust crate hkdf to 0.13.0 --- communities/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communities/Cargo.toml b/communities/Cargo.toml index 4279454..7184bf8 100644 --- a/communities/Cargo.toml +++ b/communities/Cargo.toml @@ -10,7 +10,7 @@ aes-gcm = "0.10.3" async-trait = "0.1.89" base64 = "0.22.1" futures = "*" -hkdf = "0.12.4" +hkdf = "0.13.0" hyper = { version = "1.8.1", features = [ "capi", "client", -- 2.54.0