From b0679185160304f20c91e719dd4c8499536c2daf Mon Sep 17 00:00:00 2001 From: Nora Widdecke Date: Tue, 15 Dec 2020 13:08:55 +0100 Subject: Relax dependency lalrpop-util. - Fixes #630. --- ipc/Cargo.toml | 2 +- openpgp/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 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 } diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml index 183383c6..05805ad6 100644 --- a/openpgp/Cargo.toml +++ b/openpgp/Cargo.toml @@ -32,7 +32,7 @@ bzip2 = { version = "0.4", optional = true } dyn-clone = "1" flate2 = { version = "1.0.1", optional = true } idna = "0.2" -lalrpop-util = "0.19" +lalrpop-util = ">=0.17" lazy_static = "1.4.0" libc = "0.2.66" memsec = { version = ">=0.5", default-features = false } -- cgit v1.2.3