Skip to content

Commit

Permalink
Update nom requirement from 6.0.0 to 7.0.0 (#31)
Browse files Browse the repository at this point in the history
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](rust-bakery/nom@6.0.0...7.0.0)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 23, 2021
1 parent f27c1fa commit 664970f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ coveralls = { repository = "Ortham/esplugin" }

[dependencies]
encoding_rs = "0.8.17"
nom = "6.0.0"
nom = "7.0.0"
flate2 = { version = "1.0.1", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 664970f

Please sign in to comment.