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