From 44189524098639013277a52d0b1322b5fed85008 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 05:20:16 +0000 Subject: [PATCH] chore(deps): update rust crate nom to 7.1.3 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82f5ba690..38f7ba576 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1359,9 +1359,9 @@ dependencies = [ [[package]] name = "nom" -version = "7.1.1" +version = "7.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" +checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" dependencies = [ "memchr", "minimal-lexical", diff --git a/Cargo.toml b/Cargo.toml index 6690c8fe2..bf524c635 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -293,7 +293,7 @@ libc = "0.2.139" lscolors = { version = "0.13.0", default-features=false, features = ["nu-ansi-term"] } memchr = "2" nix = { version="0.26", default-features=false } -nom = "7.1.1" +nom = "7.1.3" notify = { version = "=5.0.0", features=["macos_kqueue"]} num_cpus = "1.14" num-bigint = "0.4.3"