From 97beb5ec1c9534194b370dbc0215e46258c22fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:18:44 +0000 Subject: [PATCH] Bump nom from 7.1.3 to 8.0.0 Bumps [nom](https://github.com/rust-bakery/nom) from 7.1.3 to 8.0.0. - [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-bakery/nom/compare/7.1.3...8.0.0) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++++++++- lockfile/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 193c3026c..8bab794bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4120,6 +4120,15 @@ dependencies = [ "minimal-lexical", ] +[[package]] +name = "nom" +version = "8.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" +dependencies = [ + "memchr", +] + [[package]] name = "notify" version = "6.1.1" @@ -4609,7 +4618,7 @@ dependencies = [ "ignore", "lockfile_generator", "log", - "nom 7.1.3", + "nom 8.0.0", "phylum_types", "purl", "quick-xml", diff --git a/lockfile/Cargo.toml b/lockfile/Cargo.toml index 39ddc7add..55bc44da1 100644 --- a/lockfile/Cargo.toml +++ b/lockfile/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0.44" ignore = "0.4.20" lockfile_generator = { path = "../lockfile_generator", optional = true } log = "0.4.6" -nom = "7.1.1" +nom = "8.0.0" phylum_types = { git = "https://github.com/phylum-dev/phylum-types", branch = "development" } purl = "0.1.1" quick-xml = { version = "0.37.1", features = [