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"] }