File tree 1 file changed +4
-4
lines changed
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"
11
11
edition = " 2021"
12
12
13
13
[dependencies ]
14
- kube = { version = " ^0.87.2 " , default-features = false , features = [" derive" ] }
15
- k8s-openapi = { version = " 0.20 .0" , features = [" v1_28 " ] }
14
+ kube = { version = " ^0.88.0 " , default-features = false , features = [" derive" ] }
15
+ k8s-openapi = { version = " 0.21 .0" , features = [" v1_29 " ] }
16
16
schemars = " 0.8.16"
17
17
serde = { version = " 1.0.195" , features = [" derive" ] }
18
18
serde_json = " 1.0.111"
@@ -21,8 +21,8 @@ serde_yaml = "0.9.30"
21
21
[dev-dependencies ]
22
22
anyhow = " 1.0.79"
23
23
hyper = " 0.14.28"
24
- kube = { version = " ^0.87.2 " }
25
- k8s-openapi = { version = " 0.20 .0" , features = [" v1_28 " ] }
24
+ kube = { version = " ^0.88.0 " }
25
+ k8s-openapi = { version = " 0.21 .0" , features = [" v1_29 " ] }
26
26
tokio = { version = " 1.35.1" , features = [" macros" ] }
27
27
tower = " 0.4.13"
28
28
uuid = { version = " 1.7.0" , features = [" v4" , " fast-rng" ] }
You can’t perform that action at this time.
0 commit comments