From 13299aca8c46d23fde46ac16def38808676747b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:03:10 +0000 Subject: [PATCH] Update chacha20poly1305 requirement from 0.10.1 to 0.11.0 Updates the requirements on [chacha20poly1305](https://github.com/RustCrypto/AEADs) to permit the latest version. - [Commits](https://github.com/RustCrypto/AEADs/compare/aes-gcm-v0.10.1...chacha20poly1305-v0.11.0) --- updated-dependencies: - dependency-name: chacha20poly1305 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 628f0d2..6f6baae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ aes-gcm = { version = "0.10.3", default-features = false, features = [ ], optional = true } typenum = { version = "1.20.0", default-features = false, optional = true } # xchacha20 -chacha20poly1305 = { version = "0.10.1", default-features = false, optional = true } +chacha20poly1305 = { version = "0.11.0", default-features = false, optional = true } # hash hkdf = { version = "0.12.4", default-features = false }