Skip to content

Commit

Permalink
chore(deps): bump k8s version
Browse files Browse the repository at this point in the history
Target a more recent version of k8s

Signed-off-by: Flavio Castelli <fcastelli@suse.com>
  • Loading branch information
flavio committed Jan 23, 2024
1 parent 23af02b commit e10050e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 45 deletions.
79 changes: 36 additions & 43 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 @@ -12,8 +12,8 @@ anyhow = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
jsonpath_lib = "0.3.0"
kubewarden-policy-sdk = "0.9.9"
k8s-openapi = { version = "0.21.0", features = ["v1_24"] }
kubewarden-policy-sdk = "0.9.10"
k8s-openapi = { version = "0.21.0", features = ["v1_29"] }

[dev-dependencies]
assert-json-diff = "2.0.2"
Expand Down

0 comments on commit e10050e

Please sign in to comment.