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
60 changes: 25 additions & 35 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 number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ uuid = { version = "1", features = ["v4", "serde"] }
# DIGEST seals (how a stale or hand-edited vendored copy fails in this repo's CI
# rather than silently testing cases nobody upstream still has), and verifying a
# downloaded artifact against its published `.sha256` in `tapesctl upgrade`.
sha2 = "0.10"
sha2 = "0.11"
# Also shipped: `upgrade` and `uninstall` probe install-directory writability by
# creating a file there, which respects ACLs and read-only mounts where a
# mode-bit inspection would not.
Expand Down
Loading