Skip to content

Commit

Permalink
chore(deps): bump kube from 0.97.0 to 0.98.0
Browse files Browse the repository at this point in the history
Bumps [kube](https://github.com/kube-rs/kube) from 0.97.0 to 0.98.0.
- [Release notes](https://github.com/kube-rs/kube/releases)
- [Changelog](https://github.com/kube-rs/kube/blob/main/CHANGELOG.md)
- [Commits](kube-rs/kube@0.97.0...0.98.0)

---
updated-dependencies:
- dependency-name: kube
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 5dccefd commit aefb126
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 15 deletions.
39 changes: 26 additions & 13 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.1"
anyhow = "1.0.95"
delegate = "0.13.1"
hyper-util = "0.1.10"
kube = { version = "0.97.0", default-features = false, features = ["derive"] }
kube = { version = "0.98.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.97.0" }
kube = { version = "0.98.0" }

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

0 comments on commit aefb126

Please sign in to comment.