Skip to content

Commit

Permalink
fix: address broken sigstore's TUF repository
Browse files Browse the repository at this point in the history
The contents of Sigstore's TUF repository have been recently changed
and, due to a mistake, the sigstore-rs was broken.

This commit consumes a forked version of sigstore-rs, which consumes a
forked version of the tough crate.

This is required to fix sigstore/sigstore-rs#429
until upstream changes the contents of TUF's repository.

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Feb 5, 2025
1 parent 8479309 commit c2c335e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = [
]
edition = "2021"
name = "policy-evaluator"
version = "0.19.8"
version = "0.19.9"

[workspace]
members = ["crates/burrego"]
Expand Down Expand Up @@ -36,7 +36,7 @@ picky = { version = "7.0.0-rc.8", default-features = false, features = [
"chrono_conversion",
"x509",
] }
policy-fetcher = { git = "https://github.com/kubewarden/policy-fetcher", tag = "v0.8.13" }
policy-fetcher = { git = "https://github.com/kubewarden/policy-fetcher", tag = "v0.8.14" }
semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit c2c335e

Please sign in to comment.