From ddd104198592b534472dcf1fba0dfba5a56f447d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 08:01:28 +0000 Subject: [PATCH] build(deps): bump the icu group with 2 updates Bumps the icu group with 2 updates: [icu_plurals](https://github.com/unicode-org/icu4x) and [icu_provider_adapters](https://github.com/unicode-org/icu4x). Updates `icu_plurals` from 1.3.0 to 1.3.2 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/compare/icu@1.3.0...icu@1.3.2) Updates `icu_provider_adapters` from 1.3.0 to 1.3.2 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/compare/icu@1.3.0...icu@1.3.2) --- updated-dependencies: - dependency-name: icu_plurals dependency-type: direct:production update-type: version-update:semver-patch dependency-group: icu - dependency-name: icu_provider_adapters dependency-type: direct:production update-type: version-update:semver-patch dependency-group: icu ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ crates/i18n/Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ae0f45b1..5428a84d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2263,9 +2263,9 @@ checksum = "2a741eba5431f75eb2f1f9022d3cffabcadda6771e54fb4e77c8ba8653e4da44" [[package]] name = "icu_plurals" -version = "1.3.0" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce4d79d7c6240f9f27761ef9ac49d5c770f9c34a70a69c89310a763deb9e24d7" +checksum = "20556516b8be2b2f5dc3d6b23884b65c5c59ed8be0b44c419e4808c9b0792fce" dependencies = [ "displaydoc", "fixed_decimal", @@ -2278,9 +2278,9 @@ dependencies = [ [[package]] name = "icu_plurals_data" -version = "1.3.0" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "587cb66266fc618b5593ab11a5fa8c44391e10006acf979ae176e6bd4ead6c3f" +checksum = "fdc552215224997aaaa4e05d95981386d3c52042acebfcc732137d5d9be96a21" [[package]] name = "icu_provider" @@ -2301,9 +2301,9 @@ dependencies = [ [[package]] name = "icu_provider_adapters" -version = "1.3.0" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bb43949fa871c2c79828575058971af57b0ac5e58c9e4fdb69f1f4a2f3f4e17" +checksum = "36b380ef2d3d93b015cd0563d7e0d005cc07f82a5503716dbc191798d0079e1d" dependencies = [ "icu_locid", "icu_locid_transform", diff --git a/crates/i18n/Cargo.toml b/crates/i18n/Cargo.toml index 6a65e415e..2caedb3b3 100644 --- a/crates/i18n/Cargo.toml +++ b/crates/i18n/Cargo.toml @@ -12,9 +12,9 @@ camino.workspace = true icu_list = { version = "1.3.2", features = ["compiled_data", "std"] } icu_locid = { version = "1.3.2", features = ["std",] } icu_locid_transform = { version = "1.3.2", features = ["compiled_data", "std"] } -icu_plurals = { version = "1.3.0", features = ["compiled_data", "std"] } +icu_plurals = { version = "1.3.2", features = ["compiled_data", "std"] } icu_provider = { version = "1.3.1", features = ["std", "sync"] } -icu_provider_adapters = { version = "1.3.0", features = ["std"] } +icu_provider_adapters = { version = "1.3.2", features = ["std"] } pad = "0.1.6" pest = "2.7.4" pest_derive = "2.7.4"