From 63c88e011e0185eaeaa8bd00d20921634ccd0909 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 14:34:33 +0700 Subject: [PATCH] chore(deps): update rust crate nom to 7.1.2 (#425) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- crates/testing-framework/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8665bb40..ca6ad0b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -216,7 +216,7 @@ dependencies = [ "air-test-utils", "itertools", "maplit", - "nom 7.1.1", + "nom 7.1.2", "nom_locate", "pretty_assertions 1.3.0", "serde_json", @@ -2040,9 +2040,9 @@ dependencies = [ [[package]] name = "nom" -version = "7.1.1" +version = "7.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" +checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c" dependencies = [ "memchr", "minimal-lexical", @@ -2056,7 +2056,7 @@ checksum = "37794436ca3029a3089e0b95d42da1f0b565ad271e4d3bb4bad0c7bb70b10605" dependencies = [ "bytecount", "memchr", - "nom 7.1.1", + "nom 7.1.2", ] [[package]] diff --git a/crates/testing-framework/Cargo.toml b/crates/testing-framework/Cargo.toml index a962e971..020c11fd 100644 --- a/crates/testing-framework/Cargo.toml +++ b/crates/testing-framework/Cargo.toml @@ -19,7 +19,7 @@ air-parser = { path = "../air-lib/air-parser" } itertools = "0.10.5" strum = { version="0.24.1", features=["derive"] } -nom = "7.1.1" +nom = "7.1.2" nom_locate = "4.0.0" serde_json = "1.0.91"