Skip to content

Commit

Permalink
build(deps): update kube requirement from 0.96.0 to 0.97.0
Browse files Browse the repository at this point in the history
Updates the requirements on [kube](https://github.com/kube-rs/kube) to permit the latest version.
- [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.96.0...0.97.0)

---
updated-dependencies:
- dependency-name: kube
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent bba4ce8 commit dc0e950
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 @@ -23,7 +23,7 @@ email_address = { version = "0.2.4", features = ["serde"] }
itertools = "0.13"
json-patch = "3.0"
k8s-openapi = { version = "0.23.0", default-features = false }
kube = { version = "0.96.0", default-features = false, features = [
kube = { version = "0.97.0", default-features = false, features = [
"client",
"rustls-tls",
"runtime",
Expand Down

0 comments on commit dc0e950

Please sign in to comment.