build(deps): bump zerovec-derive from 0.10.2 to 0.10.3
Bumps zerovec-derive from 0.10.2 to 0.10.3.
Changelog
Sourced from zerovec-derive's changelog.
Changelog
icu4x 2.0
- Components
- General
- Compiled data updated to CLDR 45 and ICU 75 (unicode-org#4782)
icu_calendar
- Consistently name calendar-specific
Date
/DateTime
functions that have a calendar argument (unicode-org/icu4x#5692)- Move all calendar types to
cal
module (unicode-org/icu4x#5701)- Shorten integer types returned by
day_of_month()
,week_of_month()
, andweek_of_year()
tou8
(unicode-org/icu4x#5702)icu_collections
icu_normalizer
icu_datetime
icu_experimental
icu_locale
- New crate
- Allow
LocaleDirectionality
to wrap aLocaleExpander
with user-controlled storage (unicode-org/icu4x#5704)- Allow
LocaleCanonicalizer
to wrap aLocaleExpander
with user-controlled storage (unicode-org/icu4x#5718)- Split
canonicalize()
onLocale
andLanguageIdentifier
intocanonicalize()
andcanonicalize_utf8()
, and have it return aCow
(unicode-org/icu4x#5727)icu_locale_core
- New crate, renamed from
icu_locid
- Removed
Ord
andPartialOrd
impl fromextensions::unicode::Unicode
(unicode-org/icu4x#5617)icu_locid_transform
icu_plurals
icu_properties
icu_segmenter
icu_timezone
- Data model and providers
icu_datagen
icu_provider
icu_provider_blob
icu_provider_adapters
- Replace
AnyPayloadProvider
withFixedProvider<M>
- FFI:
- All languages
- JS
- C++
icu_harfbuzz
- Utilities
calendrical_calculations
:databake
fixed_decimal
FloatPrecision::Floating
renamed toFloatPrecision::RoundTrip
(unicode-org/icu4x#5616)FixedDecimal::concatenated_end()
now returns bothself
andother
in the error case. (unicode-org/icu4x#5623)icu_pattern
litemap
yoke
zerofrom
zerotrie
... (truncated)
Commits
- See full diff in compare view
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) You can disable automated security fix PRs for this repo from the Security Alerts page.