Update nom requirement from 5.0.0 to 6.0.0 (#6)

Updates the requirements on [nom](https://github.com/Geal/nom) to permit the latest version.
- [Release notes](https://github.com/Geal/nom/releases)
- [Changelog](https://github.com/Geal/nom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Geal/nom/compare/5.0.0...6.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-11-02 18:51:39 +00:00
committed by GitHub
co-authored by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 2d05577fab
commit ebae951eae
4 changed files with 16 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
crc32fast = "1.2.0"
esplugin = "3.0.0"
nom = "5.0.0"
nom = "6.0.0"
pelite = "0.9.0"
regex = "1.0.5"
unicase = "2.2.0"