build(deps): bump pest_derive from 2.7.15 to 2.8.0

Bumps [pest_derive](https://github.com/pest-parser/pest) from 2.7.15 to 2.8.0.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](https://github.com/pest-parser/pest/compare/v2.7.15...v2.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-31 13:35:46 +00:00
committed by GitHub
parent 130cc5e834
commit 4602b51ee4
2 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ icu_provider_adapters = { version = "1.5.0", features = ["std"] }
icu_experimental = { version = "0.1.0", features = ["compiled_data", "std"] }
pad = "0.1.6"
pest = "2.8.0"
pest_derive = "2.7.15"
pest_derive = "2.8.0"
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true