@@ -102,24 +102,29 @@ lto = true
102102[workspace .dependencies ]
103103bytes = { version = " 1" }
104104drain = { version = " 0.1" , default-features = false }
105- h2 = { version = " 0.3" }
106- http = { version = " 0.2" }
107- http-body = { version = " 0.4" }
108- hyper = { version = " 0.14.32" , default-features = false }
109- prost = { version = " 0.12" }
110- prost-build = { version = " 0.12" , default-features = false }
111- prost-types = { version = " 0.12" }
105+ h2 = { version = " 0.4" }
106+ http = { version = " 1" }
107+ http-body = { version = " 1" }
108+ hyper = { version = " 1" , default-features = false }
109+ hyper-util = { version = " 0.1" , default-features = false }
110+ prost = { version = " 0.13" }
111+ prost-build = { version = " 0.13" , default-features = false }
112+ prost-types = { version = " 0.13" }
112113tokio-rustls = { version = " 0.26" , default-features = false , features = [
113114 " ring" ,
114115 " logging" ,
115116] }
116- tonic = { version = " 0.10 " , default-features = false }
117- tonic-build = { version = " 0.10 " , default-features = false }
118- tower = { version = " 0.4.13 " , default-features = false }
117+ tonic = { version = " 0.12 " , default-features = false }
118+ tonic-build = { version = " 0.12 " , default-features = false }
119+ tower = { version = " 0.4" , default-features = false }
119120tower-service = { version = " 0.3" }
120121tower-test = { version = " 0.4" }
121122
123+ [workspace .dependencies .http-body-util ]
124+ version = " 0.1.3"
125+ default-features = false
126+ features = [" channel" ]
127+
122128[workspace .dependencies .linkerd2-proxy-api ]
123- version = " 0.15.0"
124- # git = "https://github.com/linkerd/linkerd2-proxy-api.git"
125- # branch = "main"
129+ git = " https://github.com/linkerd/linkerd2-proxy-api"
130+ branch = " main"
0 commit comments