@@ -101,25 +101,30 @@ lto = true
101101[workspace .dependencies ]
102102bytes = { version = " 1" }
103103drain = { version = " 0.1" , default-features = false }
104- h2 = { version = " 0.3" }
105- http = { version = " 0.2" }
106- http-body = { version = " 0.4" }
107- hyper = { version = " 0.14.32" , default-features = false }
104+ h2 = { version = " 0.4" }
105+ http = { version = " 1" }
106+ http-body = { version = " 1" }
107+ hyper = { version = " 1" , default-features = false }
108+ hyper-util = { version = " 0.1" , default-features = false }
108109prometheus-client = { version = " 0.23" }
109- prost = { version = " 0.12 " }
110- prost-build = { version = " 0.12 " , default-features = false }
111- prost-types = { version = " 0.12 " }
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