Update nom requirement from 6.0.0 to 7.0.0

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/6.0.0...7.0.0)

---
updated-dependencies:
- dependency-name: nom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-08-23 03:02:15 +00:00
committed by GitHub
parent b14eae8ba1
commit e2bfd0c9cf
+1 -1
View File
@@ -8,7 +8,7 @@ edition = "2018"
[dependencies] [dependencies]
crc32fast = "1.2.0" crc32fast = "1.2.0"
esplugin = "3.0.0" esplugin = "3.0.0"
nom = "6.0.0" nom = "7.0.0"
pelite = "0.9.0" pelite = "0.9.0"
regex = "1.0.5" regex = "1.0.5"
unicase = "2.2.0" unicase = "2.2.0"