Skip to content

Commit

Permalink
feat!: Update kube requirement from 0.71 to 0.72 (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and hendrikmaus committed May 18, 2022
1 parent 3be339c commit f190dc4
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 @@ -10,7 +10,7 @@ license = "MIT"

[dependencies]
chrono = "0.4"
kube = { version = "0.71", default-features = false, features = ["client"] }
kube = { version = "0.72", default-features = false, features = ["client"] }
k8s-openapi = { version = "0.14", default-features = false }
serde = "1"
serde_json = "1"
Expand All @@ -20,7 +20,7 @@ log = "0.4"
[dev-dependencies]
anyhow = "1"
async-std = { version = "1", features = ["attributes", "tokio1", "tokio02"] }
kube = "0.71"
kube = "0.72"
k8s-openapi = { version = "0.14", default-features = false, features = ["v1_20"] }
env_logger = "0.9"
rand = "0.8"
Expand Down

0 comments on commit f190dc4

Please sign in to comment.