Skip to content

Commit a67fc47

Browse files
authored
Merge pull request #101 from Zwo1in/dashmap-only-in-h1-client
Move dashmap to h1-client dependencies
2 parents 3c0ed9a + 7948213 commit a67fc47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-client"
3-
version = "6.5.1"
3+
version = "6.5.2"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/http-client"
66
documentation = "https://docs.rs/http-client"
@@ -23,7 +23,7 @@ rustdoc-args = ["--cfg", "feature=\"docs\""]
2323
default = ["h1_client", "native-tls"]
2424
docs = ["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"]
2727
native_client = ["curl_client", "wasm_client"]
2828
curl_client = ["isahc", "async-std"]
2929
wasm_client = ["js-sys", "web-sys", "wasm-bindgen", "wasm-bindgen-futures", "futures", "async-std"]
@@ -36,7 +36,6 @@ unstable-config = [] # deprecated
3636

3737
[dependencies]
3838
async-trait = "0.1.37"
39-
dashmap = "4.0.2"
4039
http-types = "2.3.0"
4140
log = "0.4.7"
4241
cfg-if = "1.0.0"
@@ -45,6 +44,7 @@ cfg-if = "1.0.0"
4544
async-h1 = { version = "2.0.0", optional = true }
4645
async-std = { version = "1.6.0", default-features = false, optional = true }
4746
async-native-tls = { version = "0.3.1", optional = true }
47+
dashmap = { version = "4.0.2", optional = true }
4848
deadpool = { version = "0.7.0", optional = true }
4949
futures = { version = "0.3.8", optional = true }
5050

0 commit comments

Comments
 (0)