summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-12-11 14:49:46 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2020-12-11 15:47:17 +0100
commita3789e42d892fd2f1412a83b97b1206d192ea569 (patch)
treea1e1440f114e3c6375c2d610b91091265a1a7e39 /ipc
parentbd91530f5486337536cfacfa2f31ddf43f7f74fa (diff)
Relax minimum dependencies.
- Relaxes those dependencies that were unnecessarily strict and patched by debian.
Diffstat (limited to 'ipc')
-rw-r--r--ipc/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index 275e7af1..5010a910 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -31,7 +31,7 @@ futures = "0.3.5"
lalrpop-util = "0.19"
lazy_static = "1.4.0"
libc = "0.2.66"
-memsec = { version = "0.6", default-features = false }
+memsec = { version = ">=0.5", default-features = false }
rand = { version = "0.7", default-features = false }
tempfile = "3.1"
thiserror = "1.0.2"
@@ -44,7 +44,7 @@ winapi = { version = "0.3.8", default-features = false, features = ["winsock2"]
ctor = "0.1"
[build-dependencies]
-lalrpop = "0.19"
+lalrpop = ">=0.17"
[dev-dependencies]
clap = "2.33"