Skip to content

Commit

Permalink
Update kube requirement from 0.85 to 0.87
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.85.0...0.87.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2023
1 parent 689ddd0 commit d4ca415
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 @@ -13,7 +13,7 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
async-trait = "0.1.71"
futures = "0.3.28"
k8s-openapi = { version = "0.19", features = ["v1_25"] }
kube = "0.85"
kube = "0.87"
kube-runtime = "0.85"
rand = "0.8.5"
serde = "1.0.167"
Expand Down

0 comments on commit d4ca415

Please sign in to comment.