From b5a2092a3e6b0c44a26e0361fc6097560e358ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 07:43:31 +0000 Subject: [PATCH] build(deps): bump pest from 2.7.8 to 2.7.10 Bumps [pest](https://github.com/pest-parser/pest) from 2.7.8 to 2.7.10. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/compare/v2.7.8...v2.7.10) --- updated-dependencies: - dependency-name: pest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/i18n/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 15df6b6c..30a9ed08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4250,9 +4250,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.8" +version = "2.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8" +checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8" dependencies = [ "memchr", "thiserror", diff --git a/crates/i18n/Cargo.toml b/crates/i18n/Cargo.toml index 85e03854..2dc7228a 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.8" +pest = "2.7.10" pest_derive = "2.7.8" serde.workspace = true serde_json.workspace = true