From 00cdf85fc897ce07ea2162a540c327f331dc5be4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 08:05:18 +0000 Subject: [PATCH] chore(deps): update icu_calendar requirement in /tests/fuzz Updates the requirements on [icu_calendar](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/ind/icu_calendar@2.2.1...icu@2.3.0) --- updated-dependencies: - dependency-name: icu_calendar dependency-version: 2.3.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..997bcd8105d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,7 +158,7 @@ icu_locale_core = { version = "2.2.0", default-features = false } icu_locale = { version = "~2.2.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 } +icu_calendar = { version = "~2.3.0", default-features = false } icu_collator = { version = "~2.2.0", default-features = false } icu_plurals = { version = "~2.2.0", default-features = false } icu_list = { version = "~2.2.0", default-features = false }