Skip to content
Open
Show file tree
Hide file tree
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
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust_crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crypto_core = { path = "../crypto_core" }

# PyO3 for Python bindings (upgrade to address RUSTSEC-2026-0013)
# Made optional so cargo-tarpaulin can run without Python linking
pyo3 = { version = "0.28.2", features = ["extension-module"], optional = true }
pyo3 = { version = "0.28.3", features = ["extension-module"], optional = true }

# Core cryptography - all audited, production-ready crates
argon2 = "0.5" # Argon2id KDF (password hashing)
Expand Down
Loading