File tree Expand file tree Collapse file tree 2 files changed +12
-21
lines changed Expand file tree Collapse file tree 2 files changed +12
-21
lines changed Original file line number Diff line number Diff line change 1
1
[workspace ]
2
- members = [
3
- " ." ,
4
- " integration" ,
5
- ]
2
+ members = [" ." , " integration" ]
6
3
7
4
[package ]
8
5
name = " k8s-gateway-api"
9
- version = " 0.6 .0"
6
+ version = " 0.7 .0"
10
7
edition = " 2021"
11
8
license = " Apache-2.0"
12
9
repository = " https://github.com/linkerd/k8s-gateway-api"
@@ -19,18 +16,17 @@ default = []
19
16
experimental = []
20
17
21
18
[dependencies ]
22
- kube = { version = " 0.74 " , default-features = false , features = [" derive" ] }
23
- k8s-openapi = { version = " 0.15 " , features = [" schemars" ] }
19
+ kube = { version = " 0.75 " , default-features = false , features = [" derive" ] }
20
+ k8s-openapi = { version = " 0.16 " , features = [" schemars" ] }
24
21
schemars = { version = " 0.8" , features = [" derive" ] }
25
22
serde = { version = " 1" , features = [" derive" ] }
26
23
serde_json = " 1"
27
24
28
- [dev-dependencies ]
29
- k8s-openapi = { version = " 0.15" , default-features = false , features = [" v1_21" ] }
25
+ [dev-dependencies .k8s-openapi ]
26
+ version = " 0.16"
27
+ default-features = false
28
+ features = [" v1_21" ]
30
29
31
30
[package .metadata .docs .rs ]
32
31
rustdoc-args = [" --cfg" , " docsrs" ]
33
- features = [
34
- " experimental" ,
35
- " k8s-openapi/v1_24" ,
36
- ]
32
+ features = [" experimental" , " k8s-openapi/v1_25" ]
Original file line number Diff line number Diff line change @@ -6,17 +6,12 @@ license = "Apache-2.0"
6
6
publish = false
7
7
8
8
[dev-dependencies ]
9
- k8s-openapi = { version = " 0.15 " , features = [" v1_21" ] }
9
+ k8s-openapi = { version = " 0.16 " , features = [" v1_21" ] }
10
10
tokio = { version = " 1" , features = [" macros" , " rt" ] }
11
11
tracing = " 0.1"
12
12
k8s-gateway-api = { path = " .." }
13
13
14
14
[dev-dependencies .kube ]
15
- version = " 0.74 "
15
+ version = " 0.75 "
16
16
default-features = false
17
- features = [
18
- " client" ,
19
- " openssl-tls" ,
20
- " runtime" ,
21
- " ws" ,
22
- ]
17
+ features = [" client" , " openssl-tls" , " runtime" , " ws" ]
You can’t perform that action at this time.
0 commit comments