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
18 changes: 15 additions & 3 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 pam-prmana/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ getrandom = "0.3"
parking_lot = "0.12"
p256 = { version = "0.13", features = ["ecdsa"] }
sha1 = "0.10"
sha2 = "0.10"
sha2 = "0.11"
hmac = "0.12"
# Base32 decoding for TOTP seeds (RFC 6238 / YubiKey OTP enrollment)
data-encoding = "2.6"
Expand Down
2 changes: 1 addition & 1 deletion prmana-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/main.rs"
# implemented unconditionally in ecdsa-0.16 for SigningKey<C>. The `ecdsa` and
# `jwk` features are all that is needed.
p256 = { version = "0.13", features = ["ecdsa", "jwk"] }
sha2 = "0.10"
sha2 = "0.11"
base64 = "0.21"
# MEM-01/MEM-02: zeroize for Zeroizing<T> wrapper; ZeroizeOnDrop already implemented
# unconditionally by ecdsa-0.16's SigningKey. secrecy is added for Plan 02+ usage.
Expand Down
Loading