build(deps): bump pest_derive from 2.7.11 to 2.7.13

Bumps [pest_derive](https://github.com/pest-parser/pest) from 2.7.11 to 2.7.13.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](https://github.com/pest-parser/pest/compare/v2.7.11...v2.7.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-07 16:55:01 +00:00
committed by Quentin Gliech
parent 05c28ab318
commit 97337f485e
2 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ icu_provider_adapters = { version = "1.4.0", features = ["std"] }
icu_relativetime = { version = "0.1.4", features = ["compiled_data", "std"] }
pad = "0.1.6"
pest = "2.7.13"
pest_derive = "2.7.11"
pest_derive = "2.7.13"
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true