From eb3d1ff08f74d6a53f87459cbbb2899b0dafaa1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 21:49:00 +0000 Subject: [PATCH] build(deps): bump icu_list from 1.3.0 to 1.3.2 Bumps [icu_list](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_list dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/i18n/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 429ab69d1..9ae0f45b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2210,9 +2210,9 @@ dependencies = [ [[package]] name = "icu_list" -version = "1.3.0" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "880479cefad9670d4e07b832435539ceaa78b813bddc11fa504a0fd88871bea8" +checksum = "dc1a44bbed77a7e7b555f9d7dd4b43f75ec1402b438a901d20451943d50cbd90" dependencies = [ "displaydoc", "icu_list_data", @@ -2224,9 +2224,9 @@ dependencies = [ [[package]] name = "icu_list_data" -version = "1.3.0" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f0874b78501946c343c1cfb07fcae7ceceddba47b906d94af5b2730433de7a0" +checksum = "d3237583f0cb7feafabb567c4492fe9ef1d2d4113f6a8798a923273ea5de996d" [[package]] name = "icu_locid" diff --git a/crates/i18n/Cargo.toml b/crates/i18n/Cargo.toml index d570c61e4..6a65e415e 100644 --- a/crates/i18n/Cargo.toml +++ b/crates/i18n/Cargo.toml @@ -9,7 +9,7 @@ repository.workspace = true [dependencies] camino.workspace = true -icu_list = { version = "1.3.0", features = ["compiled_data", "std"] } +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"] }