Skip to content

Commit

Permalink
Merge pull request #1009 from jvanz/main
Browse files Browse the repository at this point in the history
chore(deps): updates dependencies.
  • Loading branch information
jvanz authored Dec 27, 2024
2 parents 5ef1a6e + 3fa372e commit e8ce694
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 31 deletions.
69 changes: 40 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ clap = { version = "4.5", features = ["cargo", "env"] }
daemonize = "0.5"
futures = "0.3"
itertools = "0.13.0"
k8s-openapi = { version = "0.23.0", default-features = false, features = [
k8s-openapi = { version = "0.24.0", default-features = false, features = [
"v1_30",
] }
lazy_static = "1.4.0"
Expand All @@ -34,7 +34,7 @@ opentelemetry = { version = "0.27.0", default-features = false, features = [
] }
opentelemetry_sdk = { version = "0.27.0", features = ["rt-tokio"] }
pprof = { version = "0.14", features = ["prost-codec"] }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.6" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.19.7" }
rustls = { version = "0.23", default-features = false, features = [
"ring",
"logging",
Expand Down

0 comments on commit e8ce694

Please sign in to comment.