Skip to content

Commit

Permalink
feat: Update kube to 0.82 and k8s-openapi to 0.18 (#63)
Browse files Browse the repository at this point in the history
Release-As: 0.22.0
---
updated-dependencies:
- dependency-name: kube
  dependency-type: direct:production
- dependency-name: k8s-openapi
  dependency-type: direct:production

fixup: kube in dev-deps to 0.82
  • Loading branch information
jbg authored Apr 27, 2023
1 parent e5fad1e commit 79508cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ license = "MIT"

[dependencies]
chrono = { version = "0.4", default-features = false }
kube = { version = "0.80", default-features = false, features = ["client"] }
k8s-openapi = { version = "0.17", default-features = false }
kube = { version = "0.82", default-features = false, features = ["client"] }
k8s-openapi = { version = "0.18", default-features = false }
serde = "1"
serde_json = "1"
thiserror = "1"
Expand All @@ -19,8 +19,8 @@ log = "0.4"
[dev-dependencies]
anyhow = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
kube = "0.80"
k8s-openapi = { version = "0.17", default-features = false, features = ["v1_24"] }
kube = "0.82"
k8s-openapi = { version = "0.18", default-features = false, features = ["v1_24"] }
env_logger = "0.10"
rand = "0.8"
cmd_lib = "1"

0 comments on commit 79508cf

Please sign in to comment.