Update lalrpop requirement from 0.16.1 to 0.17.0

Updates the requirements on [lalrpop](https://github.com/lalrpop/lalrpop) to permit the latest version.
- [Release notes](https://github.com/lalrpop/lalrpop/releases)
- [Changelog](https://github.com/lalrpop/lalrpop/blob/0.17.0/RELEASES.md)
- [Commits](https://github.com/lalrpop/lalrpop/compare/0.16.1...0.17.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-05-08 06:18:39 +00:00
parent 5334d783f2
commit 93ae347603
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ proc-macro-hack = "0.5.2"
quote = "0.6.10"
[build-dependencies]
lalrpop = "0.16.1"
lalrpop = "0.17.0"
version_check = "0.1.5"
[features]