Skip to content

Commit

Permalink
Merge pull request #323 from kubewarden/dependabot/cargo/kube-0.85.0
Browse files Browse the repository at this point in the history
build(deps): update kube requirement from 0.84.0 to 0.85.0
  • Loading branch information
viccuad authored Aug 7, 2023
2 parents 37dc8be + c5c6517 commit e7e92fc
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 @@ -20,7 +20,7 @@ burrego = { path = "crates/burrego" }
cached = "0.44"
dns-lookup = "2.0"
json-patch = "1.0"
kube = { version = "0.84.0", default-features = false, features = ["client", "rustls-tls"] }
kube = { version = "0.85.0", default-features = false, features = ["client", "rustls-tls"] }
k8s-openapi = { version = "0.19.0", default-features = false }
kubewarden-policy-sdk = "0.9.6"
itertools = "0.11"
Expand Down

0 comments on commit e7e92fc

Please sign in to comment.