From ed093d31c51541cef4c95c750ba120a752448109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:44:16 +0000 Subject: [PATCH] build(deps): bump pest from 2.7.14 to 2.7.15 Bumps [pest](https://github.com/pest-parser/pest) from 2.7.14 to 2.7.15. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/compare/v2.7.14...v2.7.15) --- updated-dependencies: - dependency-name: pest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/i18n/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0bd59eba..d140475d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4376,12 +4376,12 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.14" +version = "2.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442" +checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc" dependencies = [ "memchr", - "thiserror 1.0.69", + "thiserror 2.0.3", "ucd-trie", ] diff --git a/crates/i18n/Cargo.toml b/crates/i18n/Cargo.toml index 9ff41a7dc..16b25db71 100644 --- a/crates/i18n/Cargo.toml +++ b/crates/i18n/Cargo.toml @@ -23,7 +23,7 @@ icu_provider = { version = "1.4.0", features = ["std", "sync"] } 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.14" +pest = "2.7.15" pest_derive = "2.7.14" serde.workspace = true serde_json.workspace = true