summaryrefslogtreecommitdiffstats
path: root/store
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-11-19 14:07:20 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-11-19 14:19:56 +0100
commit043871d71f68a8a52d1e53b4882b8afd210fd241 (patch)
tree09a5cea896cd2a4d87dadab10c362f5260744932 /store
parent18b4fdbda277c337c30c7e46e890bd7e17053e5e (diff)
Bump version of 'rand'.
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 9182e162..9dfe2e51 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -16,7 +16,7 @@ capnp = "0.9"
capnp-rpc = "0.9"
failure = "0.1.2"
futures = "0.1.17"
-rand = "0.5"
+rand = "0.6"
rusqlite = "0.14"
time = "0.1.38"
tokio-core = "0.1.10"