Skip to content

build(deps): bump nom from 7.1.3 to 8.0.0 - #2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/nom-8.0.0
Open

build(deps): bump nom from 7.1.3 to 8.0.0#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/nom-8.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps nom from 7.1.3 to 8.0.0.

Changelog

Sourced from nom's changelog.

8.0.0 2025-01-25

This version represents a significant refactoring of nom to reduce the amount of code generated by parsers, and reduce the API surface. As such, it comes with some breaking changes, mostly around the move from closure based combinators to trait based ones. In practice, it means that instead of writing combinator(arg)(input), we now write combinator(arg).parse(input).

This release also marks the introduction of the nom-language crate, which will hold tools more focused on language parsing than the rest of nom, like the VerboseError type and the newly added precedence parsing combinators.

Thanks

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/nom-8.0.0 branch from bd4ecc4 to 599ee65 Compare July 29, 2026 13:29
@rodonile
rodonile requested a review from Copilot July 30, 2026 08:08

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Rust workspace’s parsing dependency by bumping nom from the 7.x series to 8.0.0, and refreshes the lockfile accordingly. This is intended to keep the codebase up to date with upstream nom changes, but nom 8 introduces breaking API changes that require corresponding call-site updates.

Changes:

  • Bump nom dependency from 7.1 to 8.0.
  • Update Cargo.lock to the resolved dependency graph for nom 8.0.0 (including removal of minimal-lexical).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
Cargo.toml Bumps nom to 8.0, affecting all workspace crates that depend on it.
Cargo.lock Updates resolved crate versions/graph for the nom 8.0.0 upgrade.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Cargo.toml
serde = { version = "1.0" }
serde_json = "1"
nom = { version = "7.1" }
nom = { version = "8.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](rust-bakery/nom@7.1.3...8.0.0)

---
updated-dependencies:
- dependency-name: nom
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/nom-8.0.0 branch from 599ee65 to 4a15c7b Compare July 30, 2026 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant