Skip to content

build(deps): bump pest_derive from 2.8.6 to 2.9.0 - #1268

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/pest_derive-2.8.8
Open

build(deps): bump pest_derive from 2.8.6 to 2.9.0#1268
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/pest_derive-2.8.8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps pest_derive from 2.8.6 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"] }

v2.8.8

What's Changed

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

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.8", features = ["grammar-extras"] }

v2.8.7

What's Changed

... (truncated)

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)
  • 81eeedb ci toolchain in release update + bump version (#1181)
  • 7be2dc4 Fix tag_node incorrectly modifying tokens during lookahead (#1180)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 12, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/pest_derive-2.8.8 branch 2 times, most recently from bc7742d to 4ef6699 Compare August 13, 2026 11:10
Bumps [pest_derive](https://github.com/pest-parser/pest) from 2.8.6 to 2.9.0.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.6...v2.9.0)

---
updated-dependencies:
- dependency-name: pest_derive
  dependency-version: 2.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump pest_derive from 2.8.6 to 2.8.8 build(deps): bump pest_derive from 2.8.6 to 2.9.0 Sep 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/pest_derive-2.8.8 branch from 4ef6699 to b3469a4 Compare September 2, 2026 11:34
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 Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants