Skip to content

chore(deps): Bump nom from 7.1.3 to 8.0.0#22302

Merged
pront merged 9 commits intomasterfrom
dependabot/cargo/nom-8.0.0
Jun 30, 2025
Merged

chore(deps): Bump nom from 7.1.3 to 8.0.0#22302
pront merged 9 commits intomasterfrom
dependabot/cargo/nom-8.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps nom from 7.1.3 to 8.0.0.

Changelog

Sourced from nom's changelog.

8.0.0 2025-01-25

This versions represents a significant refactoring of nom to reduce the amount of code generated by prsers, 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 th 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 compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner January 27, 2025 05:06
@dependabot dependabot bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Jan 27, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/nom-8.0.0 branch 5 times, most recently from 5ca75bf to e43697c Compare February 10, 2025 17:07
@dependabot dependabot bot force-pushed the dependabot/cargo/nom-8.0.0 branch 4 times, most recently from a51a8a9 to 82a9130 Compare February 24, 2025 17:57
@thomasqueirozb
Copy link
Contributor

@dependabot recreate

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-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 2c32099 to e3875b9 Compare June 23, 2025 17:56
@github-actions github-actions bot added the domain: sources Anything related to the Vector's sources label Jun 27, 2025
Copy link
Member

@pront pront left a comment

Choose a reason for hiding this comment

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

LGTM

@thomasqueirozb thomasqueirozb enabled auto-merge June 27, 2025 16:45
@datadog-vectordotdev
Copy link

datadog-vectordotdev bot commented Jun 27, 2025

Datadog Report

Branch report: dependabot/cargo/nom-8.0.0
Commit report: 856f380
Test service: vector

✅ 0 Failed, 7 Passed, 0 Skipped, 25.26s Total Time

@thomasqueirozb thomasqueirozb added this pull request to the merge queue Jun 27, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 27, 2025
@thomasqueirozb thomasqueirozb added this pull request to the merge queue Jun 28, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 28, 2025
@pront pront enabled auto-merge June 30, 2025 14:37
@pront pront added this pull request to the merge queue Jun 30, 2025
Merged via the queue into master with commit 6ad0947 Jun 30, 2025
75 checks passed
@pront pront deleted the dependabot/cargo/nom-8.0.0 branch June 30, 2025 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: deps Anything related to Vector's dependencies domain: sources Anything related to the Vector's sources no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants