From 968dc3f3c16c3280dc657c98d6ceea41c523fb4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 19:16:42 +0000 Subject: [PATCH] build(deps): bump pest from 2.7.3 to 2.7.4 Bumps [pest](https://github.com/pest-parser/pest) from 2.7.3 to 2.7.4. - [Release notes](https://github.com/pest-parser/pest/releases) - [Commits](https://github.com/pest-parser/pest/compare/v2.7.3...v2.7.4) --- 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 e57c3999..bd9666c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4009,9 +4009,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" [[package]] name = "pest" -version = "2.7.3" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7a4d085fd991ac8d5b05a147b437791b4260b76326baf0fc60cf7c9c27ecd33" +checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4" dependencies = [ "memchr", "thiserror", diff --git a/crates/i18n/Cargo.toml b/crates/i18n/Cargo.toml index ab312e8a..48ea8478 100644 --- a/crates/i18n/Cargo.toml +++ b/crates/i18n/Cargo.toml @@ -16,7 +16,7 @@ icu_plurals = { version = "1.3.0", features = ["compiled_data", "std"] } icu_provider = { version = "1.3.0", features = ["std", "sync"] } icu_provider_adapters = { version = "1.3.0", features = ["std"] } pad = "0.1.6" -pest = "2.7.3" +pest = "2.7.4" pest_derive = "2.7.3" serde.workspace = true serde_json.workspace = true