summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-05-24 08:28:27 +0200
committerNeal H. Walfield <neal@pep.foundation>2019-05-24 08:28:27 +0200
commit50b123860ca0f9991167319b758b46ecf735c49d (patch)
treec9fa48e63ae16b1aeea67f68ee34bd6014a6e0ad /openpgp/Cargo.toml
parente8f82e4c8694d84c0b1a110ea89c0cd926e33ef5 (diff)
Update to lalrpop 0.17
- Closes #281
Diffstat (limited to 'openpgp/Cargo.toml')
-rw-r--r--openpgp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index e7ec9920..0489bb31 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -27,7 +27,7 @@ bzip2 = { version = "0.3.2", optional = true }
failure = "0.1.2"
flate2 = { version = "1.0.1", optional = true }
idna = "0.1"
-lalrpop-util = "0.16"
+lalrpop-util = "0.17"
lazy_static = "1.3"
memsec = "0.5.4"
nettle = "5.0"
@@ -37,7 +37,7 @@ time = "0.1.40"
sequoia-rfc2822 = { path = "../rfc2822", version = "0.7" }
[build-dependencies]
-lalrpop = "0.16"
+lalrpop = "0.17"
[dev-dependencies]
rpassword = "3.0"