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
81 changes: 41 additions & 40 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 Cargo.toml
Original file line numberDiff line numberDiff line change
Expand Up@@ -89,7 +89,7 @@ ed25519-dalek = { version = "3", features = ["rand_core"] }
sha2 = "0.11"
# Upstream credential vault (docs/25). Retrievable secrets: AEAD, not a hash.
# `std` on chacha20poly1305 pulls `alloc` + `getrandom`; we do not enable `heapless`.
chacha20poly1305 = "0.10"
chacha20poly1305 = "0.11"
zeroize = { version = "1", features = ["derive"] }
rand = "0.8"
# grep tool (docs/13 native set) and the reducer's error-line matching.
Expand Down
Loading