Skip to content

chore(deps): bump icu_collator from 2.0.0 to 2.1.1#484

Merged
caugner merged 1 commit intomainfrom
dependabot/cargo/icu_collator-2.1.1
Jan 19, 2026
Merged

chore(deps): bump icu_collator from 2.0.0 to 2.1.1#484
caugner merged 1 commit intomainfrom
dependabot/cargo/icu_collator-2.1.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps icu_collator from 2.0.0 to 2.1.1.

Release notes

Sourced from icu_collator's releases.

ICU4X 2.1.0

The ICU4X Technical Committee is happy to announce ICU4X 2.1, an update to our modular, portable, and secure i18n library.

Important changes since ICU4X 2.0 include:

  1. Latest i18n data: This release includes an update to CLDR 48.
  2. Calendar improvements: ICU4X is now being used to implement Temporal in V8 and SpiderMonkey. icu_calendar has received many fixes and improvements in service of that, including new experimental arithmetic APIs.
  3. Normalizer optimizations: icu_normalizer has received a lot of optimization work, with some more to come. Optimizations made to shared data structures will benefit other components as well.
  4. Collation sort keys: It is now possible to use icu_collator to extract the sort key of a given string to amortize the cost of collation operations.

When updating ICU4X crates to 2.1, you may experience issues due to incompatibilities between buggy older crates and newer crates around the alloc feature. In that case, please run cargo update for any crates that show up in the errors.

See the full changelog for more information

Changelog

Sourced from icu_collator's changelog.

Changelog

Unreleased

Fully filled in up to 30c187f4b7

  • Components
    • General
      • Use HTTPS links in docs (unicode-org#7212)
    • icu_calendar
      • Introduce a new Month type, preferred over using month codes (unicode-org#7147)
      • Restrict the range of valid dates constructed via certain constructors (unicode-org#7219, unicode-org#7227)
      • Fix out-of-range bug during date arithmetic (unicode-org#7257)
      • Implement ISO 8601 date duration parsing (#7355)
      • Correctly produce ethioaa calendars from CalendarAlgorithm (unicode-org#7321)
      • Respect -u-rg in calendar resolution (unicode-org#7376)
      • Optimize the stack size of Date types (unicode-org#7220)
      • AnyCalendar cleanups and docs fixes (unicode-org#7223, unicode-org#7225)
      • Improve Hijri docs (unicode-org#7330, unicode-org#7332, unicode-org#7333)
      • Remove Hijri<AstronomicalSimulation> simulation code, retaining hardcoded data, falling back to Tabular for non-modern dates (unicode-org#7301)
      • Replace Date::day_of_week by Date::weekday (unicode-org#7288)
      • Deprecate Date::new_from_iso/Date::to_iso (unicode-org#7287)
      • Optimize Hebrew and Julian calendars (unicode-org#7213)
      • Optimize day/week diffing to use RDs (unicode-org#7308)
    • icu_casemap
      • General changes only
    • icu_collections
      • Add CodePointInversionListAndStringList::contains_utf8 (unicode-org#7363)
    • icu_codepointtrie_builder: 0.5.1 -> ???
      • Remove serde dep from icu_codepointtrie_builder (unicode-org#7298)
    • icu_collator
      • General changes only
    • icu_datetime
      • Fix error handling for FieldSetBuilder (unicode-org#7245)
      • Add some support for U (cyclic year) datetime symbol (unicode-org#7328)
      • Remove old datetime data structs (unicode-org#7205)
      • Assorted improvements to icu_datetime docs (unicode-org#7244)
    • icu_decimal
      • General changes only
    • icu_experimental: 0.4.0 -> ???
      • compactdecimal
        • Don't hallucinate patterns (unicode-org#7387)
        • Pack compact decimal data (unicode-org#7388)
        • Round fractional compact decimals to two significant digits (unicode-org#7389)
      • currency
        • Add currency fractions provider (unicode-org#7278)
        • Update comments for currency data structures to enhance clarity (unicode-org#7405)
      • dimension
      • measure

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [icu_collator](https://github.com/unicode-org/icu4x) from 2.0.0 to 2.1.1.
- [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/commits)

---
updated-dependencies:
- dependency-name: icu_collator
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 19, 2026
@dependabot dependabot bot requested review from a team and mdn-bot as code owners January 19, 2026 14:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 19, 2026
@dependabot dependabot bot requested a review from caugner January 19, 2026 14:53
@caugner
Copy link
Contributor

caugner commented Jan 19, 2026

Took: 14.917329654s - 0 changes in 0 of 14092 files (0.0%)

@caugner caugner merged commit aef0d52 into main Jan 19, 2026
15 checks passed
@caugner caugner deleted the dependabot/cargo/icu_collator-2.1.1 branch January 19, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant