ipsec-parser
ipsec-parser copied to clipboard
Update nom requirement from 7.0 to 8.0
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
VerboseError
type 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
2cec1b3
v8.0.0 (#1797)7afe3a8
Merge pull request #1793 from rust-bakery/beta.184af9e7
nom 8.0.0-beta.1555eab9
Merge pull request #1792 from rust-bakery/nom-language6a25312
fix nom-language testsbcc1b0c
move the left_assoc combinator to nom-language9b0e18c
Implement new parserleft_assoc
. (#1775)cb3b5b8
move precedence parsing to nom-languagef1abba6
fix precedence parsing6c12469
Precedence 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 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)