@@ -23,38 +23,48 @@ h2 = { workspace = true }
23
23
http = { workspace = true }
24
24
http-body = { workspace = true }
25
25
http-body-util = { workspace = true }
26
- hyper = { workspace = true , features = [
27
- " http1" ,
28
- " http2" ,
29
- " client" ,
30
- " server" ,
31
- ] }
32
26
hyper-util = { workspace = true , features = [" service" ] }
33
27
ipnet = " 2"
34
28
linkerd-app = { path = " .." , features = [" allow-loopback" ] }
35
29
linkerd-app-core = { path = " ../core" }
36
- linkerd-metrics = { path = " ../../metrics" , features = [" test_util" ] }
37
- linkerd2-proxy-api = { workspace = true , features = [
38
- " destination" ,
39
- " arbitrary" ,
40
- ] }
41
30
linkerd-app-test = { path = " ../test" }
31
+ linkerd-metrics = { path = " ../../metrics" , features = [" test_util" ] }
42
32
linkerd-tracing = { path = " ../../tracing" }
43
33
maplit = " 1"
44
34
parking_lot = " 0.12"
45
35
regex = " 1"
36
+ rustls-pemfile = " 2.2"
46
37
socket2 = " 0.5"
47
38
tokio = { version = " 1" , features = [" io-util" , " net" , " rt" , " macros" ] }
48
- tokio-stream = { version = " 0.1" , features = [" sync" ] }
49
39
tokio-rustls = { workspace = true }
50
- rustls-pemfile = " 2.2"
51
- tower = { workspace = true , default-features = false }
40
+ tokio-stream = { version = " 0.1" , features = [" sync" ] }
52
41
tonic = { workspace = true , features = [" transport" ], default-features = false }
42
+ tower = { workspace = true , default-features = false }
53
43
tracing = " 0.1"
54
- tracing-subscriber = { version = " 0.3" , default-features = false , features = [
44
+
45
+ [dependencies .hyper ]
46
+ workspace = true
47
+ features = [
48
+ " client" ,
49
+ " http1" ,
50
+ " http2" ,
51
+ " server" ,
52
+ ]
53
+
54
+ [dependencies .linkerd2-proxy-api ]
55
+ workspace = true
56
+ features = [
57
+ " arbitrary" ,
58
+ " destination" ,
59
+ ]
60
+
61
+ [dependencies .tracing-subscriber ]
62
+ version = " 0.3"
63
+ default-features = false
64
+ features = [
55
65
" fmt" ,
56
66
" std" ,
57
- ] }
67
+ ]
58
68
59
69
[dev-dependencies ]
60
70
flate2 = { version = " 1" , default-features = false , features = [
0 commit comments