From 6959b7d17a36f78b211fd55a5debf3222d94ea60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 13:16:19 +0000 Subject: [PATCH] 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] --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 253308775..28542b282 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/Cargo.toml b/Cargo.toml index 8d525c706..e7f47b277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]