From 69ee6b7345612b33f7ec13a2cb6b03fbecdeecac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 06:30:26 +0000 Subject: [PATCH] Update icu_experimental requirement from 0.4 to 0.5 Updates the requirements on [icu_experimental](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@0.4.0...icu@0.5.0) --- updated-dependencies: - dependency-name: icu_experimental dependency-version: 0.5.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 712693f2..0781530a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ entities = "1" icu_calendar = "2.1" icu_decimal = "2.1" icu_datetime = { version = "2.1", features = ["compiled_data"] } -icu_experimental = { version = "0.4", features = ["compiled_data"] } +icu_experimental = { version = "0.5", features = ["compiled_data"] } icu_locale = "2.1" latex2mathml = { version = "0.2", optional = true } lightningcss = { version = "1.0.0-alpha.67", optional = true }