Skip to content

deps(deps): bump zerovec from 0.11.6 to 0.11.7 - #274

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/zerovec-0.11.7
Open

deps(deps): bump zerovec from 0.11.6 to 0.11.7#274
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/zerovec-0.11.7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps zerovec from 0.11.6 to 0.11.7.

Changelog

Sourced from zerovec's changelog.

Changelog

icu4x 2.3

  • Components
    • General
      • Updated data to TZDB 2026c (unicode-org#8200)
    • icu_calendar
      • Fix extended year calculations in Gregorian-like and Coptic-like calendars (unicode-org#7849)
      • Add Julian to AnyCalendar (unicode-org#7224)
        • New enum variants: AnyCalendarKind::Julian, AnyCalendar::Julian
      • Fix safety issue in Japanese::try_new_with_buffer_provider (unicode-org#8095)
      • Add AnyCalendarKind::try_new and deprecate AnyCalendarKind::new. The new version uses locale data to infer calendars from locales. (unicode-org#8102)
      • Deprecate CalendarPreferences::resolve_calendar. This method did not perform likely-subtags expansion. (unicode-org#8102)
    • icu_casemapping
      • Fix TrailingCase::Unchanged handling for Dutch (unicode-org#7863)
    • icu_collator
      • Add CollatorBorrowed::new_root (unicode-org#7893)
      • Fix a possible panic when generating a sort key for a collation that uses backward secondary level. (unicode-org#7927)
      • Fix generation of identical level sort keys containing the codepoint U+A000. (unicode-org#7928)
      • Fixed an issue where the emoji collation was not loading correctly (unicode-org#7989)
      • Tune the performance of sort key generation (unicode-org#7930)
      • Enforce more invariants in the CollationSpecialPrimariesV1 data struct (unicode-org#7872)
    • icu_collections
      • Fix a bug in CodePointInversionList::contains_set (unicode-org#8121)
      • New trait implementation: impl Hash for CodePointInversionList (unicode-org#8282)
    • icu_datetime
      • Add unstable range formatter (unicode-org#8149)
        • New types: DateRangeFormatter, FixedCalendarDateRangeFormatter, NoCalendarRangeFormatter, FormattedDateRange
        • (Scaffolding) New associated type: TypedDateDataMarkers::RangeSkel (unicode-org#8173)
      • Support numbering system overrides for datetime patterns when found in data (unicode-org#7905)
      • Implement flexible day periods, i.e. the B pattern in hour field sets (unicode-org#7971)
      • Use the correct calendar even if the region is only implied by the language (i.e. fa) (unicode-org#8102)
      • Preserve zero minutes in MinuteOptional format for 24-hour hour cycles (unicode-org#8237)
      • Correctly implement numeric month fields for calendars with leap months (unicode-org#7986)
      • Correctly handle CLDR 48.2 data with "c" in the skeletons (unicode-org#7945)
    • icu_decimal
      • Fix integer overflow in UnsignedDecimal exponent parsing (unicode-org#8289)
    • icu_experimental: 0.5.0 -> 0.6.0
      • icu_experimental::currency
        • Significant changes to APIs and data structs
        • Refactor CurrencyFormatter to be generic over ValueRepresentation: pub struct CurrencyFormatter<V: ValueRepresentation>. (unicode-org#8145)
        • Migrate the old short and narrow currency formatter to CurrencyFormatter<Decimal> with new try_new_symbol and try_new_symbol_narrow constructors (and their unstable/buffer variants), removing the old non-generic try_new constructors. (unicode-org#8145)
        • Migrated LongCurrencyFormatter to CurrencyFormatter with a try_new_name constructor. (unicode-org#8150)
        • Compact constructors (try_new_compact_symbol, try_new_compact_symbol_narrow, try_new_compact_name, try_new_compact_long_symbol, try_new_compact_long_symbol_narrow, try_new_compact_long_name) initialize CurrencyFormatter with CompactDecimalFormatter. (unicode-org#8189)
        • Added/renamed compact long constructors (). (unicode-org#8211)
        • Updated FFI / unstable macro wrappers, unit tests, and doctests across all 9 variants. (unicode-org#8211)
        • Introduce try_new_code constructors for explicit ISO code formatting across decimal and compact currency formatters. (unicode-org#8229)
        • Apply fraction precision and rounding uniformly across all currency formatters. (unicode-org#8169)
        • Extend CurrencyFormatterOptions with usage: CurrencyUsage (Standard default, Accounting). (unicode-org#8187)

... (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 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 [zerovec](https://github.com/unicode-org/icu4x) from 0.11.6 to 0.11.7.
- [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: zerovec
  dependency-version: 0.11.7
  dependency-type: indirect
  update-type: version-update:semver-patch
...

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 Aug 17, 2026
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