Skip to content

build(deps): bump the minor group with 9 updates - #335

Merged
benbrandt merged 1 commit into
mainfrom
dependabot/cargo/minor-0f1d028df1
Aug 24, 2026
Merged

build(deps): bump the minor group with 9 updates#335
benbrandt merged 1 commit into
mainfrom
dependabot/cargo/minor-0f1d028df1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the minor group with 9 updates:

Package From To
uuid 1.24.0 1.24.1
cc 1.4.2 1.4.4
find-msvc-tools 0.1.10 0.1.11
icu_provider 2.3.0 2.3.1
quinn-proto 0.11.16 0.11.17
ref-cast 1.0.26 1.0.27
ref-cast-impl 1.0.26 1.0.27
zerovec 0.11.7 0.11.8
zerovec-derive 0.11.4 0.11.6

Updates uuid from 1.24.0 to 1.24.1

Release notes

Sourced from uuid's releases.

v1.24.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.0...v1.24.1

Commits
  • 2ea38af Merge pull request #900 from uuid-rs/cargo/v1.24.1
  • 9dbeb04 prepare for 1.24.1 release
  • e113df8 Merge pull request #899 from questfever/main
  • b017765 Fix non-ASCII character handling in parse diagnostics
  • See full diff in compare view

Updates cc from 1.4.2 to 1.4.4

Release notes

Sourced from cc's releases.

cc-v1.4.4

Fixed

  • honour Build::env overrides in Android llvm-ar probe (#1868)
  • honour Build::env overrides in flag support and compiler family detection probes (#1866)

cc-v1.4.3

Other

  • Update MSRV to 1.65 (#1834)
  • Regenerate target info (#1848)
Changelog

Sourced from cc's changelog.

1.4.4 - 2026-08-21

Fixed

  • honour Build::env overrides in Android llvm-ar probe (#1868)
  • honour Build::env overrides in flag support and compiler family detection probes (#1866)

1.4.3 - 2026-08-14

Other

  • Update MSRV to 1.65 (#1834)
  • Regenerate target info (#1848)
Commits
  • 82ee29e chore(cc): release v1.4.4 (#1869)
  • 1301078 fix: run the Android llvm-ar probe in the caller's environment (#1868)
  • c5cc913 fix: honor Build::env overrides in flag support probes (#1866)
  • caf7609 chore(deps): bump dtolnay/rust-toolchain (#1862)
  • 3c4ab88 chore: release (#1858)
  • 951c5f5 cc-test: add loongarch64 assembly shim (#1855)
  • 60e2e00 chore(deps): bump Swatinem/rust-cache from 2.9.1 to 2.9.2 (#1853)
  • cdb4701 ci: replace rustup installation with actions-rust-lang/setup-rust-toolchain (...
  • 3af3b8d cargo: use workspace inheritance (#1850)
  • 6df6471 cargo: convert to workspace lints (#1849)
  • Additional commits viewable in compare view

Updates find-msvc-tools from 0.1.10 to 0.1.11

Release notes

Sourced from find-msvc-tools's releases.

find-msvc-tools-v0.1.11

Other

  • Update MSRV to 1.65 (#1834)
Commits

Updates icu_provider from 2.3.0 to 2.3.1

Release notes

Sourced from icu_provider's releases.

ICU4X 2.3.1

Patch release in the 2.3 stream. See CHANGELOG.md

Changelog

Sourced from icu_provider's changelog.

Changelog

icu4x 2.3.x

Several crates have had patch releases in the 2.3 stream:

  • Components
    • (2.3.1) icu
      • Remove dev-dependency on unpublished crate icu_host_info (unicode-org#8404)
    • (2.3.1) icu_collator
      • Fix panic when a contraction contracts a starter, does not contract a following non-starter, and the non-starter starts another contraction. Occurs in Burmese. (unicode-org#8380)
    • (2.3.1) icu_locale
      • Remove unnecessary dependencies on icu_pattern when unstable feature is not enabled (unicode-org#8397)
  • Data model and providers
    • (2.3.1) icu_provider
      • Improve performance of data loading that uses locale fallback (unicode-org#8406)
    • (2.3.1) icu_provider_source
      • Fix checksum on 32-bit systems (unicode-org#8401)
  • FFI
    • General
      • Upate to Diplomat 0.16.1 (unicode-org#8411)
    • (2.3.1) icu_capi
      • Add missing docs to properties (unicode-org#8407)
    • Dart
      • (2.3.1) Add Error and Exception to classes/enums which are used as errors and exceptions (rust-diplomat/diplomat#1220) (unicode-org#8411)
    • JavaScript
  • Utils
    • (0.11.5, 0.11.6) zerovec-derive
      • (0.11.5) Fix soundness issue around multi element buffer validation in ULE derives (unicode-org#8393)
      • (0.11.6) Fix when building with MIRIFLAGS=-Zmiri-tree-borrows (unicode-org#8391)
    • (0.11.8) zerovec
      • Fix length check in impl ULE for [T; N] (unicode-org#8400)

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)

... (truncated)

Commits

Updates quinn-proto from 0.11.16 to 0.11.17

Release notes

Sourced from quinn-proto's releases.

quinn-proto 0.11.17

This release fixes three remote memory exhaustion issues. See GHSA-qfwj-vfxf-92j2, GHSA-2hv7-gw8g-gpq5, and GHSA-hmxj-32vh-65vr for more details, and quinn-rs/quinn#2789 for the fixes.

What's Changed

Full Changelog: quinn-rs/quinn@quinn-proto-0.11.16...quinn-proto-0.11.17

Commits
  • 0343120 proto: bump version to 0.11.17
  • d7bf3d0 Limit total memory used to buffer outgoing datagrams
  • 31ca5d2 Limit total memory used to buffer incoming datagrams
  • 3a78b60 Factor out DatagramBuffer for queues in either direction
  • b37ced3 proto: check limits when processing already retired CIDs
  • 6a984b8 proto: extract method for checking CID retirements
  • 499dba8 proto: bound assembler chunk count regardless of over-allocation
  • 33ce0c2 congestion: saturate CUBIC window increment to avoid overflow
  • c8ad7e6 fix(ci): fix clippy lints
  • See full diff in compare view

Updates ref-cast from 1.0.26 to 1.0.27

Release notes

Sourced from ref-cast's releases.

1.0.27

  • Suppress let_underscore_must_use clippy restriction in generated code (#56)
Commits
  • 971b905 Release 1.0.27
  • cdb22ef Merge pull request #56 from dtolnay/letunderscoremustuse
  • 88b044f Suppress let_underscore_must_use clippy restriction
  • f5224c5 Reproduce issue 55
  • 6815484 Raise minimum tested compiler to rust 1.88
  • afdc4be Update ui test suite to nightly-2026-07-25
  • ffb805e Update ui tests for version 1.0.26
  • See full diff in compare view

Updates ref-cast-impl from 1.0.26 to 1.0.27

Release notes

Sourced from ref-cast-impl's releases.

1.0.27

  • Suppress let_underscore_must_use clippy restriction in generated code (#56)
Commits
  • 971b905 Release 1.0.27
  • cdb22ef Merge pull request #56 from dtolnay/letunderscoremustuse
  • 88b044f Suppress let_underscore_must_use clippy restriction
  • f5224c5 Reproduce issue 55
  • 6815484 Raise minimum tested compiler to rust 1.88
  • afdc4be Update ui test suite to nightly-2026-07-25
  • ffb805e Update ui tests for version 1.0.26
  • See full diff in compare view

Updates zerovec from 0.11.7 to 0.11.8

Changelog

Sourced from zerovec's changelog.

Changelog

icu4x 2.3.x

Several crates have had patch releases in the 2.3 stream:

  • Components
    • (2.3.1) icu
      • Remove dev-dependency on unpublished crate icu_host_info (unicode-org#8404)
    • (2.3.1) icu_collator
      • Fix panic when a contraction contracts a starter, does not contract a following non-starter, and the non-starter starts another contraction. Occurs in Burmese. (unicode-org#8380)
    • (2.3.1) icu_locale
      • Remove unnecessary dependencies on icu_pattern when unstable feature is not enabled (unicode-org#8397)
  • Data model and providers
    • (2.3.1) icu_provider
      • Improve performance of data loading that uses locale fallback (unicode-org#8406)
    • (2.3.1) icu_provider_source
      • Fix checksum on 32-bit systems (unicode-org#8401)
  • FFI
    • General
      • Upate to Diplomat 0.16.1 (unicode-org#8411)
    • (2.3.1) icu_capi
      • Add missing docs to properties (unicode-org#8407)
    • Dart
      • (2.3.1) Add Error and Exception to classes/enums which are used as errors and exceptions (rust-diplomat/diplomat#1220) (unicode-org#8411)
    • JavaScript
  • Utils
    • (0.11.5, 0.11.6) zerovec-derive
      • (0.11.5) Fix soundness issue around multi element buffer validation in ULE derives (unicode-org#8393)
      • (0.11.6) Fix when building with MIRIFLAGS=-Zmiri-tree-borrows (unicode-org#8391)
    • (0.11.8) zerovec
      • Fix length check in impl ULE for [T; N] (unicode-org#8400)

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)

... (truncated)

Commits

Updates zerovec-derive from 0.11.4 to 0.11.6

Changelog

Sourced from zerovec-derive's changelog.

Changelog

icu4x 2.3.x

Several crates have had patch releases in the 2.3 stream:

  • Components
    • (2.3.1) icu
      • Remove dev-dependency on unpublished crate icu_host_info (unicode-org#8404)
    • (2.3.1) icu_collator
      • Fix panic when a contraction contracts a starter, does not contract a following non-starter, and the non-starter starts another contraction. Occurs in Burmese. (unicode-org#8380)
    • (2.3.1) icu_locale
      • Remove unnecessary dependencies on icu_pattern when unstable feature is not enabled (unicode-org#8397)
  • Data model and providers
    • (2.3.1) icu_provider
      • Improve performance of data loading that uses locale fallback (unicode-org#8406)
    • (2.3.1) icu_provider_source
      • Fix checksum on 32-bit systems (unicode-org#8401)
  • FFI
    • General
      • Upate to Diplomat 0.16.1 (unicode-org#8411)
    • (2.3.1) icu_capi
      • Add missing docs to properties (unicode-org#8407)
    • Dart
      • (2.3.1) Add Error and Exception to classes/enums which are used as errors and exceptions (rust-diplomat/diplomat#1220) (unicode-org#8411)
    • JavaScript
  • Utils
    • (0.11.5, 0.11.6) zerovec-derive
      • (0.11.5) Fix soundness issue around multi element buffer validation in ULE derives (unicode-org#8393)
      • (0.11.6) Fix when building with MIRIFLAGS=-Zmiri-tree-borrows (unicode-org#8391)
    • (0.11.8) zerovec
      • Fix length check in impl ULE for [T; N] (unicode-org#8400)

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)

... (truncated)

Commits

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 minor group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [uuid](https://github.com/uuid-rs/uuid) | `1.24.0` | `1.24.1` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.4.2` | `1.4.4` |
| [find-msvc-tools](https://github.com/rust-lang/cc-rs) | `0.1.10` | `0.1.11` |
| [icu_provider](https://github.com/unicode-org/icu4x) | `2.3.0` | `2.3.1` |
| [quinn-proto](https://github.com/quinn-rs/quinn) | `0.11.16` | `0.11.17` |
| [ref-cast](https://github.com/dtolnay/ref-cast) | `1.0.26` | `1.0.27` |
| [ref-cast-impl](https://github.com/dtolnay/ref-cast) | `1.0.26` | `1.0.27` |
| [zerovec](https://github.com/unicode-org/icu4x) | `0.11.7` | `0.11.8` |
| [zerovec-derive](https://github.com/unicode-org/icu4x) | `0.11.4` | `0.11.6` |


Updates `uuid` from 1.24.0 to 1.24.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.24.0...v1.24.1)

Updates `cc` from 1.4.2 to 1.4.4
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.4.2...cc-v1.4.4)

Updates `find-msvc-tools` from 0.1.10 to 0.1.11
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@find-msvc-tools-v0.1.10...find-msvc-tools-v0.1.11)

Updates `icu_provider` from 2.3.0 to 2.3.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/compare/icu@2.3.0...icu@2.3.1)

Updates `quinn-proto` from 0.11.16 to 0.11.17
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-proto-0.11.16...quinn-proto-0.11.17)

Updates `ref-cast` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/dtolnay/ref-cast/releases)
- [Commits](dtolnay/ref-cast@1.0.26...1.0.27)

Updates `ref-cast-impl` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/dtolnay/ref-cast/releases)
- [Commits](dtolnay/ref-cast@1.0.26...1.0.27)

Updates `zerovec` from 0.11.7 to 0.11.8
- [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/ind/zerovec@0.11.8)

Updates `zerovec-derive` from 0.11.4 to 0.11.6
- [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: uuid
  dependency-version: 1.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: cc
  dependency-version: 1.4.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: find-msvc-tools
  dependency-version: 0.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: icu_provider
  dependency-version: 2.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: quinn-proto
  dependency-version: 0.11.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: ref-cast
  dependency-version: 1.0.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: ref-cast-impl
  dependency-version: 1.0.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: zerovec
  dependency-version: 0.11.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: zerovec-derive
  dependency-version: 0.11.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: 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 Aug 24, 2026
@benbrandt
benbrandt merged commit bb13786 into main Aug 24, 2026
12 checks passed
@benbrandt
benbrandt deleted the dependabot/cargo/minor-0f1d028df1 branch August 24, 2026 14:43
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