From e7425be871afe95157283f0f555a732aef161890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 08:31:39 +0000 Subject: [PATCH] Bump icu_locid from 1.3.0 to 1.3.2 Bumps [icu_locid](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_locid 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 2fb13942ba9..e9194ad120a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1478,9 +1478,9 @@ dependencies = [ [[package]] name = "icu_locid" -version = "1.3.0" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56b72c6de0121c00da9828eb3e2603041d563788289bb15feba7c3331de71b5f" +checksum = "f284eb342dc49d3e9d9f3b188489d76b5d22dfb1d1a5e0d1941811253bac625c" dependencies = [ "databake", "displaydoc", diff --git a/Cargo.toml b/Cargo.toml index 706f36cfdc5..1a3ca7a4bd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ thin-vec = "0.2.12" # ICU4X icu_provider = { version = "~1.3.1", default-features = false } -icu_locid = { version = "~1.3.0", default-features = false } +icu_locid = { version = "~1.3.2", default-features = false } icu_locid_transform = { version = "~1.3.1", default-features = false } icu_datetime = { version = "~1.3.1", default-features = false } icu_calendar = { version = "~1.3.1", default-features = false }