File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ edition = "2021"
1212
1313[dependencies ]
1414kube = { version = " ^0.88.1" , default-features = false , features = [" derive" ] }
15- k8s-openapi = { version = " 0.21.1" , features = [ " v1_29 " , " schemars " ] }
15+ k8s-openapi = { version = " 0.21.1" }
1616schemars = " 0.8.21"
1717serde = { version = " 1.0.203" , features = [" derive" ] }
1818serde_json = " 1.0.118"
@@ -25,7 +25,7 @@ once_cell = "1.19.0"
2525anyhow = " 1.0.86"
2626hyper = " 0.14.29"
2727kube = { version = " ^0.88.1" }
28- k8s-openapi = { version = " 0.21.1" , features = [" v1_29" ] }
28+ k8s-openapi = { version = " 0.21.1" , features = [" v1_29" , " schemars " ] }
2929tokio = { version = " 1.38.0" , features = [" macros" ] }
3030tower = " 0.4.13"
3131uuid = { version = " 1.9.1" , features = [" v4" , " fast-rng" ] }
You can’t perform that action at this time.
0 commit comments