summaryrefslogtreecommitdiffstats
path: root/store/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'store/Cargo.toml')
-rw-r--r--store/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/store/Cargo.toml b/store/Cargo.toml
index cca0dc15..d7d3664d 100644
--- a/store/Cargo.toml
+++ b/store/Cargo.toml
@@ -16,8 +16,8 @@ capnp = "0.8"
capnp-rpc = "0.8"
failure = "0.1.1"
futures = "0.1.17"
-rand = "0.3"
-rusqlite = "0.12.0"
+rand = "0.4"
+rusqlite = "0.13"
time = "0.1.38"
tokio-core = "0.1.10"
tokio-io = "0.1.4"