Skip to content

Commit 482e8df

Browse files
deepu105davidB
authored andcommitted
update to latest kube client and k8s-open api
1 parent 8d1c7ff commit 482e8df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ exclude = ["/.github", ".gitignore"]
1313

1414
[dependencies]
1515
tokio = { version = "1.6", features = ["full"], optional = true }
16-
kube = { version = "0.65", features = [
16+
kube = { version = "0.67.0", features = [
1717
"client",
1818
"oauth",
1919
"gzip",
2020
"native-tls",
2121
], default-features = false }
22-
k8s-openapi = { version = "0.13", default-features = false }
22+
k8s-openapi = { version = "0.14.0", default-features = false }
2323
thiserror = "1.0"
2424
serde = "1.0"
2525
serde_json = "1.0"
@@ -38,7 +38,7 @@ tracing-subscriber = { version = "0.3", optional = true, default-features = fals
3838
default = ["cli"]
3939
cli = [
4040
"tokio",
41-
"k8s-openapi/v1_16",
41+
"k8s-openapi/v1_22",
4242
"tracing-subscriber",
4343
"tracing-bunyan-formatter",
4444
"prettytable",

0 commit comments

Comments
 (0)