From 0281c7023eb8a9d2f5eaedeffc17bc7cdf0af0cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 07:02:37 +0000 Subject: [PATCH] chore(deps): 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 ++--- crates/typos/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c00694..cf4fbc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -894,13 +894,12 @@ dependencies = [ [[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/crates/typos/Cargo.toml b/crates/typos/Cargo.toml index c0848fd..e3d1046 100644 --- a/crates/typos/Cargo.toml +++ b/crates/typos/Cargo.toml @@ -20,7 +20,7 @@ include = [ [dependencies] anyhow = "1.0" thiserror = "1.0" -nom = "7.0" +nom = "7.1" unicode-xid = "0.2.2" once_cell = "1.2.0" serde = { version = "1.0", features = ["derive"] }