summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-09-21 09:42:07 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-09-21 09:52:46 +0200
commit926157cc7ee13c4953dec8df9b2452fe2e3c05ae (patch)
treeb8871704a67c67da631f25a934d018cfd40dec18
parent17914dca7abcc104bcb11caec0d5aa9a80d5c6a5 (diff)
openpgp: Bump version of lalrpop.
-rw-r--r--openpgp/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/openpgp/Cargo.toml b/openpgp/Cargo.toml
index 9469f55b..58b1aff4 100644
--- a/openpgp/Cargo.toml
+++ b/openpgp/Cargo.toml
@@ -10,14 +10,14 @@ base64 = "0.9.0"
bzip2 = { version = "0.3.2", optional = true }
failure = "0.1.2"
flate2 = { version = "1.0.1", optional = true }
-lalrpop-util = "0.15.2"
+lalrpop-util = "0.16"
nettle = { git = "https://gitlab.com/sequoia-pgp/nettle-rs.git" }
quickcheck = "0.7"
rand = "0.5"
time = "0.1.38"
[build-dependencies]
-lalrpop = "0.15.2"
+lalrpop = "0.16"
[features]
default = ["compression"]