summaryrefslogtreecommitdiffstats
path: root/ipc/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-09-06 17:08:37 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-09-06 17:22:47 +0200
commite66d4d27079e45e7b39a9dc3b8bc97ea0428f014 (patch)
tree8eb04e19b658c8df4eebca21a511cf917df20fd4 /ipc/Cargo.toml
parent6aef02cd7e182587a488c952f6b9771ce50a10ec (diff)
Bump quickcheck to 0.9, rand to 0.7.
Diffstat (limited to 'ipc/Cargo.toml')
-rw-r--r--ipc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 6ac349ae..91634fc9 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -31,7 +31,7 @@ futures = "0.1"
lalrpop-util = "0.17"
libc = "0.2.33"
memsec = "0.5.6"
-rand = { version = "0.6", default-features = false }
+rand = { version = "0.7", default-features = false }
tempfile = "3.0"
tokio = "0.1"
tokio-core = "0.1"