Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Dec 25, 2023
1 parent 5cb09f1 commit 3387920
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 16 deletions.
191 changes: 176 additions & 15 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 @@ repository = "https://github.com/metio/kube-custom-resources-rs"
readme = "../README.md"

[dependencies]
kube = { version = "0.87.1", features = ["derive"] }
kube = { version = "0.87.2", features = ["derive"] }
k8s-openapi = { version = "0.20.0", features = ["latest"] }
schemars = { version = "0.8.16" }
serde = { version = "1.0.193", features = ["derive"] }
Expand Down

0 comments on commit 3387920

Please sign in to comment.