From 6832f767a1488d809bf4ac96701c488699e7736e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 08:29:24 +0000 Subject: [PATCH] Bump icu_plurals from 1.3.0 to 1.3.2 Bumps [icu_plurals](https://github.com/unicode-org/icu4x) 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 ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14516b3b4b4..9c271c95157 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1541,9 +1541,9 @@ checksum = "6f8d22f74066c2e6442db2a9aa14950278e86719e811e304e48bae03094b369d" [[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 = [ "databake", "displaydoc", diff --git a/Cargo.toml b/Cargo.toml index 607bf55e106..3555377d75e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ icu_locid_transform = { version = "~1.3.1", default-features = false } icu_datetime = { version = "~1.3.1", default-features = false } icu_calendar = { version = "~1.3.2", default-features = false } icu_collator = { version = "~1.3.2", default-features = false } -icu_plurals = { version = "~1.3.0", default-features = false } +icu_plurals = { version = "~1.3.2", default-features = false } icu_list = { version = "~1.3.2", default-features = false } icu_casemap = { version = "~1.3.1", default-features = false } icu_segmenter = { version = "~1.3.0", default-features = false }