Skip to content

Commit

Permalink
Bump kube from 0.86.0 to 0.87.1
Browse files Browse the repository at this point in the history
Bumps [kube](https://github.com/kube-rs/kube) from 0.86.0 to 0.87.1.
- [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.86.0...0.87.1)

---
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 and sebhoss committed Nov 2, 2023
1 parent ab9be75 commit d1f5b4c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 30 deletions.
52 changes: 23 additions & 29 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 kube-custom-resources-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "../README.md"
path = "src/lib.rs"

[dependencies]
kube = { version = "0.86.0", features = ["derive"] }
kube = { version = "0.87.1", features = ["derive"] }
k8s-openapi = { version = "0.20.0", features = ["latest"] }
schemars = "0.8.15"
serde = { version = "1.0.190", features = ["derive"] }
Expand Down

0 comments on commit d1f5b4c

Please sign in to comment.