Skip to content

Commit

Permalink
Merge pull request #36 from amphitheatre-app/dependabot/cargo/kube-0.…
Browse files Browse the repository at this point in the history
…89.0
  • Loading branch information
wangeguo authored Apr 2, 2024
2 parents 5490922 + be475e5 commit 07b9476
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 @@ data-encoding = "2.3.3"
dirs = "5.0.1"
json_comments = "0.2.1"
k8s-openapi = { version = "0.21.0", default-features = false, features = ["schemars", "v1_28"] }
kube = { version = "0.88.0", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] }
kube = { version = "0.89.0", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] }
notify = "6.0.1"
oci-distribution = { version = "0.10.0", default-features = false, features = ["rustls-tls", "test-registry"] }
schemars = "0.8.12"
Expand Down

0 comments on commit 07b9476

Please sign in to comment.