summaryrefslogtreecommitdiffstats
path: root/ipc/Cargo.toml
diff options
context:
space:
mode:
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 5d3b9882..e6f1193e 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -28,7 +28,7 @@ buffered-reader = { path = "../buffered-reader", version = "0.21", default-featu
capnp-rpc = "0.13"
fs2 = "0.4.2"
futures = "0.3.5"
-lalrpop-util = "0.19"
+lalrpop-util = ">=0.17"
lazy_static = "1.4.0"
libc = "0.2.66"
memsec = { version = ">=0.5", default-features = false }