Skip to content

Commit

Permalink
Merge pull request #18 from amphitheatre-app/dependabot/cargo/kube-0.…
Browse files Browse the repository at this point in the history
…87.1

Update kube requirement from 0.86.0 to 0.87.1
  • Loading branch information
wangeguo authored Nov 10, 2023
2 parents b931844 + 947a05e commit d2cd39c
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 @@ -18,7 +18,7 @@ confy = "0.5.1"
convert_case = "0.6.0"
dirs = "5.0.1"
json_comments = "0.2.1"
kube = { version = "0.86.0", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] }
kube = { version = "0.87.1", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] }
k8s-openapi = { version = "0.20.0", default-features = false, features = ["schemars", "v1_28"] }
notify = "6.0.1"
oci-distribution = { version = "0.9.4", default-features = false, features = ["rustls-tls", "test-registry"] }
Expand Down

0 comments on commit d2cd39c

Please sign in to comment.