1
1
[package ]
2
2
name = " http-client"
3
- version = " 6.5.1 "
3
+ version = " 6.5.2 "
4
4
license = " MIT OR Apache-2.0"
5
5
repository = " https://github.com/http-rs/http-client"
6
6
documentation = " https://docs.rs/http-client"
@@ -23,7 +23,7 @@ rustdoc-args = ["--cfg", "feature=\"docs\""]
23
23
default = [" h1_client" , " native-tls" ]
24
24
docs = [" h1_client" , " curl_client" , " wasm_client" , " hyper_client" ]
25
25
26
- h1_client = [" async-h1" , " async-std" , " deadpool" , " futures" ]
26
+ h1_client = [" async-h1" , " async-std" , " dashmap " , " deadpool" , " futures" ]
27
27
native_client = [" curl_client" , " wasm_client" ]
28
28
curl_client = [" isahc" , " async-std" ]
29
29
wasm_client = [" js-sys" , " web-sys" , " wasm-bindgen" , " wasm-bindgen-futures" , " futures" , " async-std" ]
@@ -36,7 +36,6 @@ unstable-config = [] # deprecated
36
36
37
37
[dependencies ]
38
38
async-trait = " 0.1.37"
39
- dashmap = " 4.0.2"
40
39
http-types = " 2.3.0"
41
40
log = " 0.4.7"
42
41
cfg-if = " 1.0.0"
@@ -45,6 +44,7 @@ cfg-if = "1.0.0"
45
44
async-h1 = { version = " 2.0.0" , optional = true }
46
45
async-std = { version = " 1.6.0" , default-features = false , optional = true }
47
46
async-native-tls = { version = " 0.3.1" , optional = true }
47
+ dashmap = { version = " 4.0.2" , optional = true }
48
48
deadpool = { version = " 0.7.0" , optional = true }
49
49
futures = { version = " 0.3.8" , optional = true }
50
50
0 commit comments