From a8470d2658f2257e278e0430099f56584278ad34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 13:08:42 +0000 Subject: [PATCH] Bump nom from 7.1.0 to 7.1.1 Bumps [nom](https://github.com/Geal/nom) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/Geal/nom/releases) - [Changelog](https://github.com/Geal/nom/blob/main/CHANGELOG.md) - [Commits](https://github.com/Geal/nom/compare/7.1.0...7.1.1) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eff74dc8..c4c0c5b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1997,13 +1997,12 @@ checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" [[package]] name = "nom" -version = "7.1.0" +version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109" +checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" dependencies = [ "memchr", "minimal-lexical", - "version_check", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 8b40f19c..0198876a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ subxt = "0.18.1" futures = "0.3.19" hex = "0.4.3" jsonrpsee = { version = "0.9.0", features = ["ws-client"] } -nom = "7.1.0" +nom = "7.1.1" nom-supreme = { version = "0.7.0", features = ["error"] } indexmap = "1.8.0" thiserror = "1.0.30" -- GitLab