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.
This PR contains the following updates:
0.8.3
->0.8.4
2.7.10
->2.7.11
1.0.119
->1.0.121
0.6.13
->0.6.18
Release Notes
kevinmehall/rust-peg (peg)
v0.8.4
Compare Source
Fixes
peg::parser!{ }
specification (https://github.com/kevinmehall/rust-peg/issues/376) by @kevinmehallr#
raw idents (#378) by @A4-Tacks in https://github.com/kevinmehall/rust-peg/pull/379Full Changelog: kevinmehall/rust-peg@0.8.3...0.8.4
pest-parser/pest (pest)
v2.7.11
Compare Source
What's Changed
New Contributors
Full Changelog: pest-parser/pest@v2.7.10...v2.7.11
Warning: Semantic Versioning
Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated
Rule
enum.This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:
serde-rs/json (serde_json)
v1.0.121
Compare Source
v1.0.120
Compare Source
indexmap
dependency (#1152, thanks @cforycki)winnow-rs/winnow (winnow)
v0.6.18
Compare Source
v0.6.17
Compare Source
Features
Checkpoint
s comparablev0.6.16
Compare Source
v0.6.15
Compare Source
Compatibility
Parser::recognize
in favor ofParser::take
Parser::with_recognized
in favor ofParser::taken
Fixes
Parser::recognize
toParser::take
to be consistent with othertake
parsersParser::with_recognized
toParser::with_taken
to be consistent with othertake
parsersv0.6.14
Compare Source
Fixes
I: Clone
bound onParser::parse
Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.