Skip to content

Commit

Permalink
Merge pull request #636 from kubewarden/dependabot/cargo/k8s-openapi-…
Browse files Browse the repository at this point in the history
…0.21.0

build(deps): bump k8s-openapi from 0.20.0 to 0.21.0
  • Loading branch information
flavio authored Jan 25, 2024
2 parents 46b74b8 + 544e815 commit b2ffc5f
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 44 deletions.
92 changes: 51 additions & 41 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ clap = { version = "4.4", features = ["cargo", "env"] }
daemonize = "0.5"
humansize = "2.1"
itertools = "0.12.0"
k8s-openapi = { version = "0.20.0", default-features = false, features = [
"v1_28",
k8s-openapi = { version = "0.21.0", default-features = false, features = [
"v1_29",
] }
lazy_static = "1.4.0"
num_cpus = "1.16.0"
Expand All @@ -28,7 +28,7 @@ opentelemetry = { version = "0.21", default-features = false, features = [
] }
opentelemetry_sdk = { version = "0.21", features = ["rt-tokio"] }
procfs = "0.16"
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.14.0" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.14.1" }
rayon = "1.8"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit b2ffc5f

Please sign in to comment.