Skip to content

Commit

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

Update kube requirement from 0.91.0 to 0.92.0
  • Loading branch information
wangeguo committed Jun 18, 2024
2 parents 3221376 + 14d79c2 commit 632e773
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.5.0"
dirs = "5.0.1"
json_comments = "0.2.2"
k8s-openapi = { version = "0.22.0", default-features = false, features = ["schemars", "v1_30"] }
kube = { version = "0.91.0", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] }
kube = { version = "0.92.0", default-features = false, features = ["client", "runtime", "derive", "rustls-tls"] }
notify = "6.1.1"
oci-distribution = { version = "0.11.0", default-features = false, features = ["rustls-tls", "test-registry"] }
schemars = "0.8.16"
Expand Down

0 comments on commit 632e773

Please sign in to comment.