Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
Loading