summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-08-22 13:30:49 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-08-22 13:30:49 +0200
commitbfe6634e6037322e27cf0d0acde16218d2f6174c (patch)
tree5f04b75a6df29d2a939fef27b0463fbcea54aebb /store
parentd7985dfb8536d7612faa27e0bb65d2450d1c03b1 (diff)
Trim dependencies of crates 'rand' and 'quickcheck'.
Diffstat (limited to 'store')
-rw-r--r--store/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index abc4112b..c26d5cb1 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -35,7 +35,7 @@ capnp = "0.10"
capnp-rpc = "0.10"
failure = "0.1.2"
futures = "0.1.17"
-rand = "0.6"
+rand = { version = "0.6", default-features = false }
rusqlite = "0.14"
time = "0.1.38"
tokio-core = "0.1.10"