Skip to content
Closed
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
94 changes: 79 additions & 15 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions ssign-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ base32 = "0.5"
# RUSTSEC-2021-0100 is the only sha2 advisory and it ends at 0.9.7. Revisit
# when rsa 0.10 is stable. `generic-array` follows from here too: it is not
# ours to move, `crypto-common` pins it to =0.14.7.
hmac = "0.12"
sha1 = "0.10"
sha2 = "0.10"
hmac = "0.13"
sha1 = "0.11"
sha2 = "0.11"
# `rustls` replaces 0.12's `rustls-tls`, and with it the trust anchors: 0.13
# verifies through `rustls-platform-verifier` (the OS store) instead of the
# Mozilla roots reqwest used to bundle. Upstream no longer wires
Expand Down
Loading