mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-27 16:51:34 +00:00
Use chashmap from crates (#615)
This commit is contained in:
@ -6,7 +6,7 @@ license = "MIT"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.7"
|
base64 = "0.7"
|
||||||
chashmap = { git = "https://github.com/redox-os/tfs" }
|
chashmap = "2.2"
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
Reference in New Issue
Block a user