summaryrefslogtreecommitdiffstats
path: root/store/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-06-06 11:40:57 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-06-06 13:16:49 +0200
commitadef51556f04576e4c34a77dfc52b461770c7ff9 (patch)
tree8765eb5bf783276b68163612f1814532085b0b5b /store/Cargo.toml
parent3febc0a82aebbb70cdfa623f5d6ce0306583ec84 (diff)
net, store: Bump rand to "0.5" and adapt code accordingly.
Diffstat (limited to 'store/Cargo.toml')
-rw-r--r--store/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index d7d3664d..816adff1 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -16,7 +16,7 @@ capnp = "0.8"
capnp-rpc = "0.8"
failure = "0.1.1"
futures = "0.1.17"
-rand = "0.4"
+rand = "0.5"
rusqlite = "0.13"
time = "0.1.38"
tokio-core = "0.1.10"