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
26 changes: 5 additions & 21 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 wsl_hello_pam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rsa = "0.9"
# "oid" is required: PKCS#1 v1.5 signatures embed a DigestInfo identifying the
# hash, so the digest type must carry its OID.
sha2 = { version = "0.10", features = ["oid"] }
getrandom = "0.3"
getrandom = "0.4"

[dev-dependencies]
# Test-only: needed to generate keypairs and produce genuine signatures so the
Expand Down