@@ -34,7 +34,7 @@ mime_guess = { version = "2", optional = true, default_features = false }
3434percent-encoding = { version = " 2.1.0" , optional = true }
3535tokio = { version = " 1.6" , optional = true , default_features = false }
3636tokio-util = { version = " 0.7" , optional = true , default_features = false , features = [" io" ] }
37- tower = { version = " 0.4.1 " , optional = true }
37+ tower = { version = " 0.5 " , optional = true }
3838tracing = { version = " 0.1" , default_features = false , optional = true }
3939httpdate = { version = " 1.0" , optional = true }
4040uuid = { version = " 1.0" , features = [" v4" ], optional = true }
@@ -52,7 +52,7 @@ once_cell = "1"
5252serde_json = " 1.0"
5353sync_wrapper = " 1"
5454tokio = { version = " 1" , features = [" full" ] }
55- tower = { version = " 0.4.10 " , features = [" buffer" , " util" , " retry" , " make" , " timeout" ] }
55+ tower = { version = " 0.5 " , features = [" buffer" , " util" , " retry" , " make" , " timeout" ] }
5656tracing-subscriber = " 0.3"
5757uuid = { version = " 1.0" , features = [" v4" ] }
5858zstd = " 0.13"
0 commit comments