Skip to content

Commit

Permalink
feat!: update kube requirement from 0.91 to 0.92 (#89)
Browse files Browse the repository at this point in the history
Updates the requirements on [kube](https://github.com/kube-rs/kube) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 12, 2024
1 parent 92b251a commit 98a3eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"

[dependencies]
chrono = { version = "0.4", default-features = false }
kube = { version = "0.91", default-features = false, features = ["client"] }
kube = { version = "0.92", default-features = false, features = ["client"] }
k8s-openapi = ">=0.20"
serde = "1"
serde_json = "1"
Expand All @@ -19,7 +19,7 @@ log = "0.4"
[dev-dependencies]
anyhow = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
kube = "0.91"
kube = "0.92"
k8s-openapi = { version = ">=0.20", features = ["v1_28"] }
env_logger = "0.10"
rand = "0.8"
Expand Down

0 comments on commit 98a3eca

Please sign in to comment.