Bump nom from 6.0.1 to 6.1.2

Bumps [nom](https://github.com/Geal/nom) from 6.0.1 to 6.1.2.
- [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.1...6.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-30 07:43:37 +00:00 committed by GitHub
parent 74041221e7
commit cc7f522e2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View file

@ -9,7 +9,7 @@ dirs = "^3.0.1"
env_logger = "^0.8.3"
anyhow = "1.0"
log = "^0.4.14"
nom = "^6.0.1"
nom = "^6.1.2"
prettytable-rs = "^0.8.0"
textwrap = { version="^0.12.1", features=["terminal_size"] }
termcolor = "^1.1.2"