11[package ]
22name = " http-client"
3- version = " 6.5.1 "
3+ version = " 6.5.2 "
44license = " MIT OR Apache-2.0"
55repository = " https://github.com/http-rs/http-client"
66documentation = " https://docs.rs/http-client"
@@ -23,7 +23,7 @@ rustdoc-args = ["--cfg", "feature=\"docs\""]
2323default = [" h1_client" , " native-tls" ]
2424docs = [" h1_client" , " curl_client" , " wasm_client" , " hyper_client" ]
2525
26- h1_client = [" async-h1" , " async-std" , " deadpool" , " futures" ]
26+ h1_client = [" async-h1" , " async-std" , " dashmap " , " deadpool" , " futures" ]
2727native_client = [" curl_client" , " wasm_client" ]
2828curl_client = [" isahc" , " async-std" ]
2929wasm_client = [" js-sys" , " web-sys" , " wasm-bindgen" , " wasm-bindgen-futures" , " futures" , " async-std" ]
@@ -36,7 +36,6 @@ unstable-config = [] # deprecated
3636
3737[dependencies ]
3838async-trait = " 0.1.37"
39- dashmap = " 4.0.2"
4039http-types = " 2.3.0"
4140log = " 0.4.7"
4241cfg-if = " 1.0.0"
@@ -45,6 +44,7 @@ cfg-if = "1.0.0"
4544async-h1 = { version = " 2.0.0" , optional = true }
4645async-std = { version = " 1.6.0" , default-features = false , optional = true }
4746async-native-tls = { version = " 0.3.1" , optional = true }
47+ dashmap = { version = " 4.0.2" , optional = true }
4848deadpool = { version = " 0.7.0" , optional = true }
4949futures = { version = " 0.3.8" , optional = true }
5050
0 commit comments