From 71d7021f6cfb32bc62e6505ac14cd196e512dd51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 15:26:20 +0000 Subject: [PATCH] chore(deps): update chacha20poly1305 requirement from 0.10 to 0.11 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.0...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 120d80d..90dea5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ sha2 = "0.11" # AEAD XChaCha20-Poly1305 (ADR-030 : chiffrement au repos du moteur natif). # Pur Rust (RustCrypto), sans feature gate côté moteur — contrairement au # `crypto` libSQL, il n'y a aucun coût d'installation (CMake) à éviter. -chacha20poly1305 = "0.10" +chacha20poly1305 = "0.11" # KDF de passphrase ADR-042 (N12). La feature zeroize efface la mémoire de # travail Argon2 à la fin de la dérivation. argon2 = { version = "0.5.3", features = ["zeroize"] }