We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d32dc commit bb0d1b2Copy full SHA for bb0d1b2
tower-http/Cargo.toml
@@ -50,7 +50,7 @@ http-body-util = "0.1.0"
50
hyper-util = { version = "0.1", features = ["client-legacy", "http1", "tokio"] }
51
once_cell = "1"
52
serde_json = "1.0"
53
-sync_wrapper = "0.1.1"
+sync_wrapper = "1"
54
tokio = { version = "1", features = ["full"] }
55
tower = { version = "0.4.10", features = ["buffer", "util", "retry", "make", "timeout"] }
56
tracing-subscriber = "0.3"
0 commit comments