From c3a92472bbedb9dcfcc94ade9d8b09b8f3e81554 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 7 Nov 2018 18:14:47 +0100 Subject: [PATCH] Use chashmap from crates (#615) --- stores/datastore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stores/datastore/Cargo.toml b/stores/datastore/Cargo.toml index 9e0c494f..3ca0ad2b 100644 --- a/stores/datastore/Cargo.toml +++ b/stores/datastore/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" [dependencies] base64 = "0.7" -chashmap = { git = "https://github.com/redox-os/tfs" } +chashmap = "2.2" futures = "0.1" serde = "1.0" serde_json = "1.0"