summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2022-02-25 11:31:31 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2022-02-25 12:17:56 +0100
commit2c5c40988d692fc8eb6421e8ed33dec471c73235 (patch)
tree5caf1af2106518c82025f5c26f84697d28dd2c72 /ipc
parent729e50150a9fc295632bdab3309001142f8e43e0 (diff)
ipc,net: Update rand dependency to 0.8
- Fixes #824.
Diffstat (limited to 'ipc')
-rw-r--r--ipc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 9e1dbd19..2dc75eec 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -31,7 +31,7 @@ lalrpop-util = ">=0.17"
lazy_static = "1.4.0"
libc = "0.2.66"
memsec = { version = ">=0.5", default-features = false }
-rand = { version = "0.7" }
+rand = { version = "0.8" }
tempfile = "3.1"
thiserror = "1.0.2"
tokio = { version = "1.13.1", features = [ "rt-multi-thread", "io-util", "net" ] }