chore(deps): bump nom from 5.1.1 to 5.1.2

Bumps [nom](https://github.com/Geal/nom) from 5.1.1 to 5.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/5.1.1...5.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-01 09:45:40 +00:00 committed by Ed Page
parent 9c379b1827
commit 354fec1aa1
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -494,9 +494,9 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "nom"
version = "5.1.1"
version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
dependencies = [
"lexical-core",
"memchr",

View file

@ -19,7 +19,7 @@ parser = ["nom"]
flags = ["enumflags2"]
[dependencies]
nom = { version = "5.1.1", optional = true }
nom = { version = "5.1.2", optional = true }
enumflags2 = { version = "0.6", optional = true }
[package.metadata.docs.rs]