Skip to content

Commit 9354eba

Browse files
committed
prepare 1.20.0-rc1
* Update policy-evaluator dependency * Bump project version Signed-off-by: Flavio Castelli <fcastelli@suse.com>
1 parent 63f80a8 commit 9354eba

File tree

2 files changed

+108
-12
lines changed

2 files changed

+108
-12
lines changed

Cargo.lock

+106-10
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.19.0"
3+
version = "1.20.0-rc1"
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.5" }
37+
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.6" }
3838
rustls = { version = "0.23", default-features = false, features = [
3939
"ring",
4040
"logging",

0 commit comments

Comments
 (0)