Skip to content

chore(deps): bump the cargo-minor-patch group with 4 updates - #63

Merged
m62624 merged 2 commits into
mainfrom
dependabot/cargo/cargo-minor-patch-5b172f3209
Aug 18, 2026
Merged

chore(deps): bump the cargo-minor-patch group with 4 updates#63
m62624 merged 2 commits into
mainfrom
dependabot/cargo/cargo-minor-patch-5b172f3209

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo-minor-patch group with 4 updates: thiserror, writeable, ureq and napi-build.

Updates thiserror from 2.0.19 to 2.0.20

Release notes

Sourced from thiserror's releases.

2.0.20

  • Suppress redundant_field_names clippy lint in generated code (#454)
Commits

Updates writeable from 0.6.3 to 0.6.4

Changelog

Sourced from writeable'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

Updates ureq from 3.3.0 to 3.4.0

Changelog

Sourced from ureq's changelog.

3.4.0

  • Seal RequestExt (technically breaking) #1189
  • Send canonical Basic authentication scheme to CONNECT proxies #1185
  • Establish target TLS through HTTPS CONNECT proxies #1183
  • Update rustls-platform-verifier to 0.7.0 #1174
  • Fix pooled connections never aging out according to max_idle_age #1172
  • Strip brackets from IPv6-literal hosts before TLS SNI/ServerName #1171
  • RequestExt::middleware_config for conf inside middleware #1169
Commits

Updates napi-build from 2.4.0 to 2.4.1

Release notes

Sourced from napi-build's releases.

napi-build-v2.4.1

Fixed

  • (napi) stop unloading addons with live native code, preserve non-Error rejections, and add the wasm teardown barrier (#3423)
Commits
  • 956e452 chore: release (#3448)
  • 73048f5 chore(release): publish
  • 61fae8a fix(napi): stop unloading addons with live native code, preserve non-Error re...
  • 93e86ce chore(release): publish
  • 2c90599 fix(cli): support npm 12 pack output (#3449)
  • 360b1ec fix(wasi): avoid randomness during module registration (#3447)
  • b648c40 build(deps): bump nanoid from 3.3.16 to 3.3.18 (#3446)
  • ffda4ef chore(deps): update dependency js-yaml to v4.3.1 [security] (#3445)
  • 387b0dc feat(cli): size WASI browser worker pools from navigator.hardwareConcurrency ...
  • 61e4346 build(deps): bump fast-uri from 3.1.4 to 3.1.5 (#3440)
  • Additional commits viewable 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo-minor-patch group with 4 updates: [thiserror](https://github.com/dtolnay/thiserror), [writeable](https://github.com/unicode-org/icu4x), [ureq](https://github.com/algesten/ureq) and [napi-build](https://github.com/napi-rs/napi-rs).


Updates `thiserror` from 2.0.19 to 2.0.20
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.19...2.0.20)

Updates `writeable` from 0.6.3 to 0.6.4
- [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)

Updates `ureq` from 3.3.0 to 3.4.0
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@3.3.0...3.4.0)

Updates `napi-build` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-build-v2.4.0...napi-build-v2.4.1)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-version: 2.0.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: writeable
  dependency-version: 0.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: ureq
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: napi-build
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-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
@github-actions github-actions Bot added the chore label Aug 17, 2026
@m62624
m62624 merged commit 381a256 into main Aug 18, 2026
33 checks passed
@m62624
m62624 deleted the dependabot/cargo/cargo-minor-patch-5b172f3209 branch August 18, 2026 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 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