Skip to content

Commit

Permalink
Merge pull request #568 from kubewarden/dependabot/cargo/kube-0.96.0
Browse files Browse the repository at this point in the history
build(deps): update kube requirement from 0.95.0 to 0.96.0
  • Loading branch information
jvanz authored Oct 10, 2024
2 parents edd8403 + ab690ca commit b2fdbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ email_address = { version = "0.2.4", features = ["serde"] }
itertools = "0.13"
json-patch = "3.0"
k8s-openapi = { version = "0.23.0", default-features = false }
kube = { version = "0.95.0", default-features = false, features = [
kube = { version = "0.96.0", default-features = false, features = [
"client",
"rustls-tls",
"runtime",
Expand Down

0 comments on commit b2fdbc7

Please sign in to comment.