build(deps): bump nom from 7.1.3 to 8.0.0 - #2
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/cargo/nom-8.0.0
branch
from
July 29, 2026 13:29
bd4ecc4 to
599ee65
Compare
There was a problem hiding this comment.
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
nomdependency from7.1to8.0. - Update
Cargo.lockto the resolved dependency graph fornom 8.0.0(including removal ofminimal-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.
| 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
Bot
force-pushed
the
dependabot/cargo/nom-8.0.0
branch
from
July 30, 2026 11:36
599ee65 to
4a15c7b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps nom from 7.1.3 to 8.0.0.
Changelog
Sourced from nom's changelog.
... (truncated)
Commits
2cec1b3v8.0.0 (#1797)7afe3a8Merge pull request #1793 from rust-bakery/beta.184af9e7nom 8.0.0-beta.1555eab9Merge pull request #1792 from rust-bakery/nom-language6a25312fix nom-language testsbcc1b0cmove the left_assoc combinator to nom-language9b0e18cImplement new parserleft_assoc. (#1775)cb3b5b8move precedence parsing to nom-languagef1abba6fix precedence parsing6c12469Precedence parsing (#1362)