Skip to content

Commit

Permalink
feat!: Update kube requirement from 0.78 to 0.79 (#54)
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.78.0...0.79.0)

---
updated-dependencies:
- dependency-name: kube
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2023
1 parent 7973c8a commit ff03d19
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.78", default-features = false, features = ["client"] }
kube = { version = "0.79", default-features = false, features = ["client"] }
k8s-openapi = { version = "0.17", default-features = false }
serde = "1"
serde_json = "1"
Expand All @@ -19,7 +19,7 @@ log = "0.4"
[dev-dependencies]
anyhow = "1"
async-std = { version = "1", features = ["attributes", "tokio1", "tokio02"] }
kube = "0.78"
kube = "0.79"
k8s-openapi = { version = "0.17", default-features = false, features = ["v1_24"] }
env_logger = "0.9"
rand = "0.8"
Expand Down

0 comments on commit ff03d19

Please sign in to comment.