Skip to content

Commit

Permalink
Update nom requirement from 4.2.3 to 6.1.2
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@4.2.3...6.1.2)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored May 20, 2021
1 parent 35e6869 commit f6997c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amadeus-commoncrawl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ amadeus-core = { version = "=0.4.3", path = "../amadeus-core" }
amadeus-types = { version = "=0.4.3", path = "../amadeus-types" }
async-compression = { version = "0.3.3", features = ["gzip", "futures-bufread"] }
futures = "0.3"
nom = "4.2.3"
nom = "6.1.2"
pin-project = "0.4"
reqwest = "0.10"
reqwest_resume = "0.3"
Expand Down

0 comments on commit f6997c0

Please sign in to comment.