build(deps): bump pest from 2.8.2 to 2.8.3

Bumps [pest](https://github.com/pest-parser/pest) from 2.8.2 to 2.8.3.
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](https://github.com/pest-parser/pest/compare/v2.8.2...v2.8.3)

---
updated-dependencies:
- dependency-name: pest
  dependency-version: 2.8.3
  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]
2025-10-03 13:16:19 +00:00
committed by GitHub
parent 615f17fff2
commit 0502b75ecf
2 changed files with 4 additions and 5 deletions

7
Cargo.lock generated
View File

@@ -4088,7 +4088,7 @@ dependencies = [
"sha1",
"sha2",
"sprintf",
"thiserror 1.0.69",
"thiserror 2.0.17",
"tokio",
"tracing",
"urlencoding",
@@ -4372,12 +4372,11 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
[[package]]
name = "pest"
version = "2.8.2"
version = "2.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21e0a3a33733faeaf8651dfee72dd0f388f0c8e5ad496a3478fa5a922f49cfa8"
checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
dependencies = [
"memchr",
"thiserror 2.0.17",
"ucd-trie",
]

View File

@@ -454,7 +454,7 @@ features = ["std"]
# Parser generator
[workspace.dependencies.pest]
version = "2.8.2"
version = "2.8.3"
# Pest derive macros
[workspace.dependencies.pest_derive]