summaryrefslogtreecommitdiffstats
path: root/ipc/Cargo.toml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-09-18 12:53:00 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2020-09-21 16:32:15 +0200
commitb4c988dcb233d070e1bc0da04eb4367bf63d3ef4 (patch)
tree9075c9db1b438090db4f2ce4c193606be7557b5c /ipc/Cargo.toml
parente2bdcc8c645a0b26d20fe0e437ceaf460eee0e90 (diff)
openpgp, ipc: Update lalrpop to 0.19.
Diffstat (limited to 'ipc/Cargo.toml')
-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"