From f6997c0dbdaedfd772855881689a5b4878b5b8d7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 17:22:22 +0000 Subject: [PATCH] Update nom requirement from 4.2.3 to 6.1.2 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/4.2.3...6.1.2) Signed-off-by: dependabot-preview[bot] --- amadeus-commoncrawl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amadeus-commoncrawl/Cargo.toml b/amadeus-commoncrawl/Cargo.toml index 87d0af7..89ffecf 100644 --- a/amadeus-commoncrawl/Cargo.toml +++ b/amadeus-commoncrawl/Cargo.toml @@ -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"