Skip to content

Bump nom from 7.1.3 to 8.0.0#152

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

Bump nom from 7.1.3 to 8.0.0#152
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 May 12, 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 May 12, 2026
@github-actions github-actions Bot enabled auto-merge (squash) May 12, 2026 23:30
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 645bb6e to 5285517 Compare June 5, 2026 11:59
@dependabot @github

dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

Looks like nom is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 5, 2026
auto-merge was automatically disabled June 5, 2026 12:14

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/cargo/nom-8.0.0 branch June 5, 2026 12:14
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.

0 participants