Skip to content

Commit

Permalink
chore(deps): bump kube from 0.96.0 to 0.97.0 (#86)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent 36ae814 commit 708b017
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 23 deletions.
60 changes: 39 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = "0.14.0"
anyhow = "1.0.93"
delegate = "0.13.1"
hyper-util = "0.1.10"
kube = { version = "0.96.0", default-features = false, features = ["derive"] }
kube = { version = "0.97.0", default-features = false, features = ["derive"] }
k8s-openapi = { version = "0.23.0", features = [ "schemars" ] }
once_cell = "1.20.2"
regex = { package = "regex-lite", version = "0.1.6" }
Expand Down
2 changes: 1 addition & 1 deletion gateway-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_yaml.workspace = true

[dev-dependencies]
k8s-openapi = { version = "0.23.0", features = [ "v1_31", "schemars" ] }
kube = { version = "0.96.0" }
kube = { version = "0.97.0" }

anyhow.workspace = true
hyper-util.workspace = true
Expand Down

0 comments on commit 708b017

Please sign in to comment.