summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
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 4bb81aa6..02a987d7 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -28,7 +28,7 @@ buffered-reader = { path = "../buffered-reader", version = "0.18", default-featu
capnp-rpc = "0.10"
fs2 = "0.4.2"
futures = "0.1"
-lalrpop-util = "0.17"
+lalrpop-util = "0.19"
lazy_static = "1.3"
libc = "0.2.33"
memsec = "0.5.6"
@@ -46,7 +46,7 @@ winapi = { version = "0.3", default-features = false, features = ["winsock2"] }
ctor = "0.1"
[build-dependencies]
-lalrpop = "0.17"
+lalrpop = "0.19"
[dev-dependencies]
clap = "2.32.0"