From 00a1f7f1557e47b48ed9b49ae04d3fe184eab23a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 08:05:08 +0000 Subject: [PATCH] chore(deps): update icu_locale requirement in /tests/fuzz Updates the requirements on [icu_locale](https://github.com/unicode-org/icu4x) to permit the latest version. - [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@2.2.0...icu@2.2.0) --- updated-dependencies: - dependency-name: icu_locale dependency-version: 2.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66ce0410157..c10cb173c76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,7 +155,7 @@ icu_provider = { version = "2.2.0", default-features = false } icu_locale_core = { version = "2.2.0", default-features = false } # ICU4X component -icu_locale = { version = "~2.2.0", default-features = false } +icu_locale = { version = "~2.3.0", default-features = false } icu_datetime = { version = "~2.2.0", default-features = false } icu_time = { version = "~2.2.0", default-features = false } icu_calendar = { version = "~2.2.1", default-features = false }