Skip to content

Commit

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

---
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] authored Jan 29, 2024
1 parent e1ca099 commit 9e610ef
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 15 deletions.
41 changes: 27 additions & 14 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 @@ -5,7 +5,7 @@ authors = ["Jens Walter <jens@apimeister.com>"]
edition = "2021"

[dependencies]
kube = { version = "0.87", features = ["derive"] }
kube = { version = "0.88", features = ["derive"] }
k8s-openapi = { version = "0.20", default-features = false, features = ["v1_22"] }
schemars = { version = "0.8", features = ["chrono"] }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
Expand Down

0 comments on commit 9e610ef

Please sign in to comment.