@@ -69,7 +69,6 @@ url = "2.5"
6969serde = { version = " 1.0" , features = [" derive" ] }
7070serde_urlencoded = " 0.7.1"
7171tower = { version = " 0.5.2" , default-features = false , features = [" timeout" , " util" , " retry" ] }
72- tower-http = { version = " 0.6.6" , default-features = false , optional = true }
7372tower-service = " 0.3"
7473sync_wrapper = { version = " 1.0" , features = [" futures" ] }
7574
@@ -78,15 +77,13 @@ bytes = "1.2"
7877http = " 1"
7978http-body = " 1"
8079tokio = { version = " 1" , default-features = false , features = [" net" ," time" ," rt" ] }
81- atomic-waker = " 1.1.2"
8280futures-channel = " 0.3.31"
8381futures-util = { version = " 0.3.31" , default-features = false }
8482http2 = { version = " 0.5.4" , features = [" unstable" ]}
8583http-body-util = " 0.1"
8684httparse = " 1.9"
8785pin-project-lite = " 0.2.4"
8886smallvec = { version = " 1.12" , features = [" const_generics" , " const_new" ] }
89- tracing = { version = " 0.1" , default-features = false , features = [" std" ], optional = true }
9087want = " 0.3"
9188socket2 = { version = " 0.5.10" , features = [" all" ] }
9289percent-encoding = " 2.3"
@@ -120,6 +117,9 @@ webpki-root-certs = { version = "1.0.0", optional = true }
120117cookie_crate = { version = " 0.18" , package = " cookie" , optional = true }
121118cookie_store = { version = " 0.21" , features = [" preserve_order" ], optional = true }
122119
120+ # # tower http
121+ tower-http = { version = " 0.6.6" , default-features = false , optional = true }
122+
123123# # tokio util
124124tokio-util = { version = " 0.7.15" , default-features = false , features = [" codec" ," io" ], optional = true }
125125
@@ -132,6 +132,9 @@ tokio-tungstenite = { version = "0.27.0", default-features = false, features = [
132132# # hickory-dns
133133hickory-resolver = { version = " 0.25.2" , optional = true }
134134
135+ # # tracing
136+ tracing = { version = " 0.1" , default-features = false , features = [" std" ], optional = true }
137+
135138# # windows system proxy
136139[target .'cfg(windows)' .dependencies ]
137140windows-registry = { version = " 0.5.2" , optional = true }
@@ -140,7 +143,7 @@ windows-registry = { version = "0.5.2", optional = true }
140143[target .'cfg(target_os = "macos")' .dependencies ]
141144system-configuration = { version = " 0.6.1" , optional = true }
142145
143- # # Interface binding
146+ # # interface binding
144147[target .'cfg(any(target_os = "ios", target_os = "visionos", target_os = "macos", target_os = "tvos", target_os = "watchos", target = "illumos", target = "solaris"))' .dependencies ]
145148libc = " 0.2.173"
146149
0 commit comments