Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent 3154cb7 commit 8e078c4
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 12 deletions.
78 changes: 67 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
no_tibco_driver = []

[dependencies]
kube = { version = "0.91", features = ["derive"] }
kube = { version = "0.92", features = ["derive"] }
k8s-openapi = { version = "0.22", default-features = false, features = ["v1_25"] }
schemars = { version = "0.8", features = ["chrono"] }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
Expand Down

0 comments on commit 8e078c4

Please sign in to comment.