Skip to content

Commit

Permalink
Merge pull request #624 from flavio/update-policy-fetcher
Browse files Browse the repository at this point in the history
fix: address broken sigstore's TUF repository
  • Loading branch information
fabriziosestito authored Feb 5, 2025
2 parents 8479309 + c2c335e commit b9741f3
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 b9741f3

Please sign in to comment.