From 88fcb067f5c3465485ec0b7195715110daa3c2cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 03:36:37 +0000 Subject: [PATCH] chore(deps): bump icu_provider from 1.5.0 to 2.2.0 Bumps [icu_provider](https://github.com/unicode-org/icu4x) from 1.5.0 to 2.2.0. - [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.5.0...icu@2.2.0) --- updated-dependencies: - dependency-name: icu_provider dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/stringcheese-en/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22511be..56aee1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2622,7 +2622,7 @@ version = "0.1.0" dependencies = [ "icu_collator", "icu_locid", - "icu_provider 1.5.0", + "icu_provider 2.2.0", "proptest", "stringcheese-icu-case", "stringcheese-icu-collation", diff --git a/crates/stringcheese-en/Cargo.toml b/crates/stringcheese-en/Cargo.toml index b902e1c..bc48a7f 100644 --- a/crates/stringcheese-en/Cargo.toml +++ b/crates/stringcheese-en/Cargo.toml @@ -110,7 +110,7 @@ icu_locid = { version = "1.5", optional = true } # the `static ENGLISH_CLDR_COLLATOR` slot below and for the # `Language::collator` trait's `Sync` bound. Only pulled in with # `icu-collator`. -icu_provider = { version = "1.5", optional = true, default-features = false, features = ["sync"] } +icu_provider = { version = "2.2", optional = true, default-features = false, features = ["sync"] } # WIT-i18n case-mapping capability crate. Optional; only pulled in # when the `case-scud` feature is enabled — pulls a small # `CasePack` constructor helper into the crate's public surface so