Skip to content

Commit 99f9409

Browse files
committed
fix: address broken sigstore's TUF repository
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>
1 parent f3959f4 commit 99f9409

File tree

2 files changed

+72
-41
lines changed

2 files changed

+72
-41
lines changed

Cargo.lock

+70-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "policy-server"
3-
version = "1.21.0"
3+
version = "1.21.1"
44
authors = [
55
"Kubewarden Developers <kubewarden@suse.de>",
66
"Flavio Castelli <fcastelli@suse.com>",
@@ -34,7 +34,7 @@ opentelemetry = { version = "0.27.0", default-features = false, features = [
3434
] }
3535
opentelemetry_sdk = { version = "0.27.0", features = ["rt-tokio"] }
3636
pprof = { version = "0.14", features = ["prost-codec"] }
37-
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.9" }
37+
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.10" }
3838
rustls = { version = "0.23", default-features = false, features = [
3939
"ring",
4040
"logging",

0 commit comments

Comments
 (0)