Skip to content

Commit

Permalink
fix: allow sigstore's TUF repository to be downloaded
Browse files Browse the repository at this point in the history
Sigstore's TUF repository format changed in way that breaks the
tough crate.

This commit updates to a forked release of the tough crate that includes
fixes for these issues:
* awslabs/tough#778 - the fix for the TUF repo change
* awslabs/tough#769 - another long standing
  issue

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Sep 4, 2024
1 parent 2872baf commit ec1db97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ thiserror = "1.0.30"
tokio = { version = "1.17.0", features = ["rt"] }
tokio-util = { version = "0.7.10", features = ["io-util"] }
#tough = { version = "0.17.1", features = ["http"], optional = true }
tough = { git = "https://github.com/flavio/tough.git", branch = "kubewarden", features = [
tough = { git = "https://github.com/flavio/tough.git", tag = "tough-v0.17.1+kw1", features = [
"http",
], optional = true }
tracing = "0.1.31"
Expand Down

0 comments on commit ec1db97

Please sign in to comment.