File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ repository = "https://github.com/kube-rs/gateway-api-rs"
1111edition = " 2021"
1212
1313[dependencies ]
14- kube = { version = " ^0.88.1 " , default-features = false , features = [" derive" ] }
15- k8s-openapi = { version = " 0.21.1 " }
14+ kube = { version = " 0.96.0 " , default-features = false , features = [" derive" ] }
15+ k8s-openapi = { version = " 0.23.0 " , features = [ " schemars " ] }
1616schemars = " 0.8.21"
1717serde = { version = " 1.0.203" , features = [" derive" ] }
1818serde_json = " 1.0.118"
@@ -24,8 +24,8 @@ once_cell = "1.19.0"
2424[dev-dependencies ]
2525anyhow = " 1.0.86"
2626hyper = " 0.14.29"
27- kube = { version = " ^0.88.1 " }
28- k8s-openapi = { version = " 0.21.1 " , features = [" v1_29 " , " schemars" ] }
27+ kube = { version = " 0.96.0 " }
28+ k8s-openapi = { version = " 0.23.0 " , features = [" v1_31 " , " 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