@@ -108,25 +108,30 @@ publish = false
108
108
[workspace .dependencies ]
109
109
bytes = { version = " 1" }
110
110
drain = { version = " 0.1" , default-features = false }
111
- h2 = { version = " 0.3" }
112
- http = { version = " 0.2" }
113
- http-body = { version = " 0.4" }
114
- hyper = { version = " 0.14.32" , default-features = false }
111
+ h2 = { version = " 0.4" }
112
+ http = { version = " 1" }
113
+ http-body = { version = " 1" }
114
+ hyper = { version = " 1" , default-features = false }
115
+ hyper-util = { version = " 0.1" , default-features = false }
115
116
prometheus-client = { version = " 0.23" }
116
- prost = { version = " 0.12 " }
117
- prost-build = { version = " 0.12 " , default-features = false }
118
- prost-types = { version = " 0.12 " }
117
+ prost = { version = " 0.13 " }
118
+ prost-build = { version = " 0.13 " , default-features = false }
119
+ prost-types = { version = " 0.13 " }
119
120
tokio-rustls = { version = " 0.26" , default-features = false , features = [
120
121
" ring" ,
121
122
" logging" ,
122
123
] }
123
- tonic = { version = " 0.10 " , default-features = false }
124
- tonic-build = { version = " 0.10 " , default-features = false }
125
- tower = { version = " 0.4.13 " , default-features = false }
124
+ tonic = { version = " 0.12 " , default-features = false }
125
+ tonic-build = { version = " 0.12 " , default-features = false }
126
+ tower = { version = " 0.4" , default-features = false }
126
127
tower-service = { version = " 0.3" }
127
128
tower-test = { version = " 0.4" }
128
129
130
+ [workspace .dependencies .http-body-util ]
131
+ version = " 0.1.3"
132
+ default-features = false
133
+ features = [" channel" ]
134
+
129
135
[workspace .dependencies .linkerd2-proxy-api ]
130
- version = " 0.15.0"
131
- # git = "https://github.com/linkerd/linkerd2-proxy-api.git"
132
- # branch = "main"
136
+ git = " https://github.com/linkerd/linkerd2-proxy-api"
137
+ branch = " main"
0 commit comments