Update nom requirement from 7 to 8
Updates the requirements on nom to permit the latest version.
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 writecombinator(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
VerboseErrortype and the newly added precedence parsing combinators.Thanks
@cky@5c077m4n@epage@Fumon@jtracey@OliveIsAWord@Xiretza@flier@cenodis@Shadow53- @
@jmmaa@terror@zanedp@atouchet@CMDJojo@ackxolotl@xmakro@tfpk@WhyNotHugo@brollb@smheidrich@glittershark@GuillaumeGomez@LeoDog896@fmiras@ttsugriy@McDostone@superboum@rruppy@thssuck@Chasing1020@thatmarkenglishguy@ambiso@boxdot@krtab@code10129@manunio@stuarth@mindeng@JonathanPlasse@nabilwadih@phoenixr-codes
... (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)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)