Skip to content

Commit

Permalink
Bump kube from 0.91.0 to 0.92.0 in the kube group
Browse files Browse the repository at this point in the history
Bumps the kube group with 1 update: [kube](https://github.com/kube-rs/kube).


Updates `kube` from 0.91.0 to 0.92.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.91.0...0.92.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent d3971eb commit 3a03c82
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 12 deletions.
84 changes: 73 additions & 11 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.91.0", features = ["derive"] }
kube = { version = "0.92.0", features = ["derive"] }
k8s-openapi = { version = "0.22.0", features = ["latest"] }
schemars = { version = "0.8.21" }
serde = { version = "1.0.203", features = ["derive"] }
Expand Down

0 comments on commit 3a03c82

Please sign in to comment.