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
73 changes: 64 additions & 9 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ axum = { version = "0.8", default-features = false, features = ["http1", "json",
reqwest = { version = "0.13", default-features = false, features = ["json"], optional = true }
# `caps::host` only: hashing an author-supplied state key (and namespace) into
# one safe path component, and staging a script in a temporary directory.
sha2 = { version = "0.10", optional = true }
sha2 = { version = "0.11", optional = true }
tempfile = { version = "3", optional = true }
# `store` only: the advisory file lock that keeps two processes from deciding
# the same proposal at once.
Expand Down Expand Up @@ -99,7 +99,7 @@ proptest = "1"
# `host-caps` feature is on (the same rule `caps::mock` follows), so what that
# feature would switch on has to be present for a test build too. An optional
# dependency is not activated by `cfg(test)`, hence these.
sha2 = "0.10"
sha2 = "0.11"
tempfile = "3"
fs2 = "0.4"
reqwest = { version = "0.13", default-features = false, features = ["json", "rustls"] }
Expand Down
Loading