File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ repository = "https://github.com/kube-rs/gateway-api-rs"
11
11
edition = " 2021"
12
12
13
13
[dependencies ]
14
- kube = { version = " ^0.87.1 " , default-features = false , features = [" derive" ] }
14
+ kube = { version = " ^0.87.2 " , default-features = false , features = [" derive" ] }
15
15
k8s-openapi = { version = " 0.20.0" , features = [" v1_28" ] }
16
16
schemars = " 0.8.16"
17
- serde = { version = " 1.0.192 " , features = [" derive" ] }
18
- serde_json = " 1.0.108 "
19
- serde_yaml = " 0.9.27 "
17
+ serde = { version = " 1.0.195 " , features = [" derive" ] }
18
+ serde_json = " 1.0.111 "
19
+ serde_yaml = " 0.9.30 "
20
20
21
21
[dev-dependencies ]
22
- anyhow = " 1.0.75 "
23
- hyper = " 0.14.27 "
24
- kube = { version = " ^0.87.1 " }
22
+ anyhow = " 1.0.79 "
23
+ hyper = " 0.14.28 "
24
+ kube = { version = " ^0.87.2 " }
25
25
k8s-openapi = { version = " 0.20.0" , features = [" v1_28" ] }
26
- tokio = { version = " 1.34.0 " , features = [" macros" ] }
26
+ tokio = { version = " 1.35.1 " , features = [" macros" ] }
27
27
tower = " 0.4.13"
28
- uuid = { version = " 1.5 .0" , features = [" v4" , " fast-rng" ] }
28
+ uuid = { version = " 1.7 .0" , features = [" v4" , " fast-rng" ] }
You can’t perform that action at this time.
0 commit comments