Skip to content

build(deps): bump the pest group with 4 updates - #15587

Merged
cratelyn merged 1 commit into
mainfrom
dependabot/cargo/pest-62fbd867cb
Aug 20, 2026
Merged

build(deps): bump the pest group with 4 updates#15587
cratelyn merged 1 commit into
mainfrom
dependabot/cargo/pest-62fbd867cb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the pest group with 4 updates: pest, pest_derive, pest_generator and pest_meta.

Updates pest from 2.8.8 to 2.9.0

Release notes

Sourced from pest's releases.

v2.9.0

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.8.8...v2.9.0

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:

...
pest_derive = { version = "2.9", features = ["grammar-extras"] }
Commits
  • d9b29b6 bump version to 2.9.0 (#1192)
  • f0998ee Reject unescaped control characters in the JSON grammar (#1190)
  • fa9e187 Add fuzzing dictionaries and document them in FUZZING.md (#1191)
  • c3a6956 Add support for a fully-functional const PrattParser with optional macro for ...
  • 6f29d56 fix(fuzz): set edition 2021 and add sql fuzz target (#1189)
  • 4614db3 fix(debugger): upgrade rustyline to 13 for loongarch64 support (#1187)
  • f95efcd fix: silence compiler and clippy warnings in tests and generator (#1186)
  • 0f501a1 fix: restore stack state after a failed sequence (#1184)
  • See full diff in compare view

Updates pest_derive from 2.8.8 to 2.9.0

Release notes

Sourced from pest_derive's releases.

v2.9.0

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.8.8...v2.9.0

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:

...
pest_derive = { version = "2.9", features = ["grammar-extras"] }
Commits
  • d9b29b6 bump version to 2.9.0 (#1192)
  • f0998ee Reject unescaped control characters in the JSON grammar (#1190)
  • fa9e187 Add fuzzing dictionaries and document them in FUZZING.md (#1191)
  • c3a6956 Add support for a fully-functional const PrattParser with optional macro for ...
  • 6f29d56 fix(fuzz): set edition 2021 and add sql fuzz target (#1189)
  • 4614db3 fix(debugger): upgrade rustyline to 13 for loongarch64 support (#1187)
  • f95efcd fix: silence compiler and clippy warnings in tests and generator (#1186)
  • 0f501a1 fix: restore stack state after a failed sequence (#1184)
  • See full diff in compare view

Updates pest_generator from 2.8.8 to 2.9.0

Release notes

Sourced from pest_generator's releases.

v2.9.0

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.8.8...v2.9.0

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:

...
pest_derive = { version = "2.9", features = ["grammar-extras"] }
Commits
  • d9b29b6 bump version to 2.9.0 (#1192)
  • f0998ee Reject unescaped control characters in the JSON grammar (#1190)
  • fa9e187 Add fuzzing dictionaries and document them in FUZZING.md (#1191)
  • c3a6956 Add support for a fully-functional const PrattParser with optional macro for ...
  • 6f29d56 fix(fuzz): set edition 2021 and add sql fuzz target (#1189)
  • 4614db3 fix(debugger): upgrade rustyline to 13 for loongarch64 support (#1187)
  • f95efcd fix: silence compiler and clippy warnings in tests and generator (#1186)
  • 0f501a1 fix: restore stack state after a failed sequence (#1184)
  • See full diff in compare view

Updates pest_meta from 2.8.8 to 2.9.0

Release notes

Sourced from pest_meta's releases.

v2.9.0

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.8.8...v2.9.0

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:

...
pest_derive = { version = "2.9", features = ["grammar-extras"] }
Commits
  • d9b29b6 bump version to 2.9.0 (#1192)
  • f0998ee Reject unescaped control characters in the JSON grammar (#1190)
  • fa9e187 Add fuzzing dictionaries and document them in FUZZING.md (#1191)
  • c3a6956 Add support for a fully-functional const PrattParser with optional macro for ...
  • 6f29d56 fix(fuzz): set edition 2021 and add sql fuzz target (#1189)
  • 4614db3 fix(debugger): upgrade rustyline to 13 for loongarch64 support (#1187)
  • f95efcd fix: silence compiler and clippy warnings in tests and generator (#1186)
  • 0f501a1 fix: restore stack state after a failed sequence (#1184)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the pest group with 4 updates: [pest](https://github.com/pest-parser/pest), [pest_derive](https://github.com/pest-parser/pest), [pest_generator](https://github.com/pest-parser/pest) and [pest_meta](https://github.com/pest-parser/pest).


Updates `pest` from 2.8.8 to 2.9.0
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.8...v2.9.0)

Updates `pest_derive` from 2.8.8 to 2.9.0
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.8...v2.9.0)

Updates `pest_generator` from 2.8.8 to 2.9.0
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.8...v2.9.0)

Updates `pest_meta` from 2.8.8 to 2.9.0
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.8...v2.9.0)

---
updated-dependencies:
- dependency-name: pest
  dependency-version: 2.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pest
- dependency-name: pest_derive
  dependency-version: 2.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pest
- dependency-name: pest_generator
  dependency-version: 2.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pest
- dependency-name: pest_meta
  dependency-version: 2.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pest
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust labels Aug 20, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 20, 2026 03:33
@dependabot dependabot Bot added rust dependencies Pull requests that update a dependency file labels Aug 20, 2026
@cratelyn
cratelyn merged commit 1c87dc1 into main Aug 20, 2026
26 of 27 checks passed
@cratelyn
cratelyn deleted the dependabot/cargo/pest-62fbd867cb branch August 20, 2026 14:41
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant