Skip to content

Bump the cargo group across 1 directory with 32 updates #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 10, 2025

Bumps the cargo group with 18 updates in the / directory:

Package From To
clap_complete 4.5.48 4.5.50
winnow 0.7.7 0.7.10
jiff 0.2.12 0.2.13
signal-hook 0.3.17 0.3.18
sysinfo 0.34.2 0.35.0
crc 3.2.1 3.3.0
aws-lc-rs 1.13.0 1.13.1
backtrace 0.3.74 0.3.75
cc 1.2.20 1.2.22
h2 0.4.9 0.4.10
idna_adapter 1.2.0 1.2.1
libloading 0.8.6 0.8.7
quinn 0.11.7 0.11.8
redox_syscall 0.5.11 0.5.12
rustls 0.23.26 0.23.27
rustls-pki-types 1.11.0 1.12.0
tokio 1.44.2 1.45.0
webpki-roots 0.26.10 0.26.11

Updates clap_complete from 4.5.48 to 4.5.50

Commits
  • d8acd47 chore: Release
  • 7c2b8d9 docs: Update changelog
  • e69a2ea Merge pull request #5987 from mernen/fix-bash-comp-words-loop
  • e03cc2e Merge pull request #5988 from cordx56/fix-builder-custom-version-docs
  • 5ab2579 fix: Minor fix for builder docs about version
  • 2f66432 fix(complete): Only parse arguments before current
  • 4d9d210 test(complete): Illustrate current behavior in Bash
  • 6abe2f8 chore: Release
  • d5c7454 docs: Update changelog
  • 5b2e960 Merge pull request #5985 from mernen/bash-cur
  • Additional commits viewable in compare view

Updates winnow from 0.7.7 to 0.7.10

Changelog

Sourced from winnow's changelog.

[0.7.10] - 2025-05-06

Compatibility

  • Deprecated Stream::raw

Features

  • Added Stream::trace for better customization of trace parsers

Fixes

  • Remove initial from TokenSlice / LocatingSlices Debug impl
  • Stream::trace prints non-pretty output for &[T] and TokenSlice<T>

[0.7.9] - 2025-05-02

Features

  • Add ContextError::extend
  • Add Parser::context_with

[0.7.8] - 2025-05-01

Features

  • Add ContextError::push
  • Add Parser::map_err
Commits
  • a2eed30 chore: Release
  • af1225a docs: Update changelog
  • ec852b5 Merge pull request #661 from epage/trace
  • 5acc4e7 docs: Provide example of custom Debug for lexing
  • bc06ccb fix(stream): Don't use 'pretty' dump for Slice/TokenSlice
  • ad87453 fix(stream): Decouple BStr's trace from debug
  • 0184e67 fix(stream): Deprecated Stream::raw
  • 34480fd feat(stream): Give streams direct control over 'trace' output
  • d607525 fix(stream): Remove initial input from debug reprs
  • 07f43d3 test(stream): Use snapbox
  • Additional commits viewable in compare view

Updates jiff from 0.2.12 to 0.2.13

Changelog

Sourced from jiff's changelog.

0.2.13 (2025-05-05)

This release fixes a bug in a corner case where TimeZone::following could sometimes omit the last time zone transition. This could only happen in time zones that once had daylight saving time, but ended it. This did not have an impact on other Jiff APIs that handle daylight saving time.

Bug fixes:

  • #362: Fix a bug where TimeZone::following could omit the last historical time zone transition.
Commits

Updates signal-hook from 0.3.17 to 0.3.18

Changelog

Sourced from signal-hook's changelog.

signal-hook-1.3.18

  • Release the special-case removal of AIX for top-level signal-hook too (#169, #176).

signal-hook-async-std-0.3.0

  • Bump async-std to 0.2 (#172).

signal-hook-registry-1.4.5

  • Fix windows build (#174).

signal-hook-registry-1.4.4

  • Get rid of a warning.

signal-hook-registry-1.4.3

  • Remove special-case for AIX (#169).

signal-hook-mio-0.2.4

  • Support for mio 1.0

signal-hook-registry-1.4.2

  • NQX support (experimental/not guaranteed to work) (#158)
    • By disabling SA_RESTART on that platform, not supported there.
Commits

Updates sysinfo from 0.34.2 to 0.35.0

Changelog

Sourced from sysinfo's changelog.

0.35.0

  • Update MSRV to 1.75.
  • Add System::open_files_limit.
  • Add Process::kill_and_wait and Process::kill_with_and_wait methods.
  • Process::open_files* methods return usize.
  • set_open_files_limit argument type is usize.
  • Code example was improved.
  • macOS: Fix M4 CPU frequency calculation.
  • Linux: Correctly handle when new CPUs are added.
  • Linux: Ignore autofs disks.
  • Linux (raspberry pi): Retrieve more thermal zones.
  • Android: Update documentation to mention that newer Android version don't allow to retrieve CPU information.
  • Windows: Improve Process::wait code.
  • Windows: Fix Groups::refresh.
Commits

Updates crc from 3.2.1 to 3.3.0

Commits

Updates aws-lc-rs from 1.13.0 to 1.13.1

Release notes

Sourced from aws-lc-rs's releases.

v1.13.1

What's Changed

Build Improvements

Issues Being Resolved

Other Merged PRs

New Contributors

Full Changelog: aws/aws-lc-rs@v1.13.0...v1.13.1

Commits

Updates aws-lc-sys from 0.28.2 to 0.29.0

Commits

Updates backtrace from 0.3.74 to 0.3.75

Release notes

Sourced from backtrace's releases.

0.3.75

What's Changed

New Contributors

Full Changelog: rust-lang/backtrace-rs@0.3.74...0.3.75

Commits
  • f8cc6ac Merge pull request #680 from ChrisDenton/0.3.75
  • 612c018 Cut backtrace 0.3.75
  • d7c5a45 Merge pull request #689 from workingjubilee/formalize-lru
  • c88b038 Revert "mem::swap, not mem::replace, in LRU backshifts"
  • b7fbd04 mem::swap, not mem::replace, in LRU backshifts
  • 3afccb1 raise backtrace MSRV to allow inline_const
  • 63b7d26 Use a custom container for Cache's cache
  • 154a0ea Update libloading dep, run cargo updaterust-lang/backtrace-rs#650
  • 4d7906brust-lang/backtrace-rs#682
  • a9c4658 Test Mac Catalyst in CI, and clean up unnecessary iOS env flags (rust-lang/ba...
  • Additional commits viewable in compare view

Updates cc from 1.2.20 to 1.2.22

Release notes

Sourced from cc's releases.

cc-v1.2.22

Other

  • Add flags method to cc::Build for adding multiple flags (#1466)

cc-v1.2.21

Other

  • Fix wasm32-unknown-unknown by passing -c (#1424)
Changelog

Sourced from cc's changelog.

1.2.22 - 2025-05-09

Other

  • Add flags method to cc::Build for adding multiple flags (#1466)

1.2.21 - 2025-05-02

Other

  • Fix wasm32-unknown-unknown by passing -c (#1424)
Commits

Updates h2 from 0.4.9 to 0.4.10

Release notes

Sourced from h2's releases.

v0.4.10

What's Changed

Full Changelog: hyperium/h2@v0.4.9...v0.4.10

Changelog

Sourced from h2's changelog.

0.4.10 (May 5, 2025)

  • Fix is_end_stream() to return true only when ended cleanly, not when errored.
Commits
  • e4ed350 v0.4.10
  • adab70f Fix RecvStream::is_end_stream(): return true only when END_STREAM is received...
  • See full diff in compare view

Updates idna_adapter from 1.2.0 to 1.2.1

Commits
  • f948802 Merge branch 'icu4x-trunk' and turn off default features of the deps
  • 4e654c1 Update to ICU4X 2.0 release
  • 8e5dbf8 Beta version of idna_adapter to use ICU4X beta
  • 76e6d7a Depend on ICU4X 2.0.0-beta1
  • b0b1dc6 Update to ICU4X trunk API
  • abe012e Use borrowed types from icu_normalizer
  • See full diff in compare view

Updates jiff-static from 0.2.12 to 0.2.13

Changelog

Sourced from jiff-static's changelog.

0.2.13 (2025-05-05)

This release fixes a bug in a corner case where TimeZone::following could sometimes omit the last time zone transition. This could only happen in time zones that once had daylight saving time, but ended it. This did not have an impact on other Jiff APIs that handle daylight saving time.

Bug fixes:

  • #362: Fix a bug where TimeZone::following could omit the last historical time zone transition.
Commits

Updates libloading from 0.8.6 to 0.8.7

Commits
  • 2fe04f2 ci: test *-gnullvm instead of *-gnu
  • e25379c ci: attempt to fix mingw test failures
  • 5e03382 release 0.8.7
  • fe29b71 ci: add msys2 path to make gcc find the right ld
  • 76a62e0 ci: remove TARGET env for cygwin
  • 20139d9 fix: specify cygwin linker by absolute path
  • 5cf440d fix: add cygwin as unexpected cfg
  • efdd676 ci: fix rust-src and use env vars
  • 12621da ci: add cygwin test on MSYS2
  • b264a11 feat: add cygwin support
  • Additional commits viewable in compare view

Updates litemap from 0.7.5 to 0.8.0

Changelog

Sourced from litemap's changelog.

Changelog

icu4x 2.0

ICU4X 2.0 is ICU4X's new major release. Many things have changed, we recommend going through the full changelog for 2.0, 2.0-beta1, and 2.0-beta2 to understand the changes fully.

This changelog entry only covers changes from ICU4X 2.0.0-beta2 to ICU4X 2.0.

Some major changes worth highlighting:

  • Most locale-dependent APIs now take type-safe "preferences" objects instead of locales.

    • Preference bags are often built from a locale, but they can also be built manually or merged from other sources.
    • Preference bags are taken by value, so most call sites will need to change from &locale.into() to locale.into() or (&locale).into()
  • The datetime formatting APIs have been completely redesigned for better data usage and performance. We recommend looking at the new API and using it from the ground up, rather than replacing API calls one at a time.

  • Components

    • General
      • 1.82 MSRV (unicode-org#6413)
      • Fix reexport documentation to be clearer when things are reexports (unicode-org##6372)
      • Put MaybeEncodeAsVarULE impls behind the "export" feature (unicode-org#6221)
    • icu_calendar
      • Rename Islamic calendars to Hijri (unicode-org#6214)
      • Collapse IslamicCivil into IslamicTabular (unicode-org#6384)
      • Rename IslamicObservational to IslamicSimulated (unicode-org#6387)
      • Rename wrap_calendar_in_* APIs to as_borrowed, into_ref_counted, into_atomic_ref_counted (unicode-org#6392)
      • Make am era have index 0 and remove bd era from Coptic calendar (unicode-org#6458)
      • Update era codes to match CLDR/Temporal (unicode-org#6405, unicode-org#6525, unicode-org#6246)
      • Change cyclic calendar constructors to use ISO years (unicode-org##6431)
      • Fix Meiji start date (unicode-org##6432)
      • Mark Calendar UnstableSealed (unicode-org##6483)
      • Simplify EraYear (unicode-org##6443)
      • Allow different calendars to return different year-info types (unicode-org##6439)
      • Remove Umm-al-Qura data struct (unicode-org##6404)
      • Remove prev_year info (unicode-org#6382)
      • Use regions, not languages, for calendar algorithm defaults (unicode-org#6325)
      • Hide week-of-month, non-iso week-of-year (unicode-org#6319)
      • Expose Date to/from RataDie (#6369)
    • icu_casemap
      • Add borrowed types (CaseMapperBorrowed, etc) to icu_casemap (unicode-org#6353)
    • icu_collator
      • Identical prefix optimization for the collator (unicode-org#6496)
      • Remove backward second level from the API (unicode-org#6291)
    • icu_collections
      • Remove some panics from CodePointTrie, which should no longer pull in panic machinery even with arithmetic panics enabled for lookup (unicode-org#6204)
    • icu_datetime
      • A lot of things have changed, it is preferable to reacquaint oneself with this crate from the ground up.
      • Make .hm() a constructor instead of a method (unicode-org#6423, unicode-org#6448)
      • Add .time_hm[s] on date fieldsets (unicode-org#6448)
      • Rename .with_length to .for_length (unicode-org#6448)
      • Length no longer has explicit repr(u8) discriminants (unicode-org#6423)
      • Fix incorrect datetime skeletons being used in datetime formatting (unicode-org#6428)

... (truncated)

Commits

Updates quinn from 0.11.7 to 0.11.8

Commits
  • f642fa8 ci: Change powerset check
  • 14b905a quinn: Fix feature combination error / warnings
  • 3482fcc proto: bump version to 0.11.12
  • d161fc0 Bump quinn version to 0.11.8
  • 7ce43e8 test(proto): Use default BloomTokenLog
  • 63737c4 Set default tokens sent to 2 if bloom enabled
  • a615d43 Make BloomTokenLog the default TokenLog
  • 15103ee Add BloomTokenLog
  • 1126591 test(proto): Use default TokenMemoryCache
  • 8cc68dc Make TokenMemoryCache the default TokenStore
  • Additional commits viewable in compare view

Updates quinn-proto from 0.11.11 to 0.11.12

Commits
  • f642fa8 ci: Change powerset check
  • 14b905a quinn: Fix feature combination error / warnings
  • 3482fcc proto: bump version to 0.11.12
  • d161fc0 Bump quinn version to 0.11.8
  • 7ce43e8 test(proto): Use default BloomTokenLog
  • 63737c4 Set default tokens sent to 2 if bloom enabled
  • a615d43 Make BloomTokenLog the default TokenLog
  • 15103ee Add BloomTokenLog
  • 1126591 test(proto): Use default TokenMemoryCache
  • 8cc68dc Make TokenMemoryCache the default TokenStore
  • Additional commits viewable in compare view

Updates redox_syscall from 0.5.11 to 0.5.12

Updates rustls from 0.23.26 to 0.23.27

Commits
  • 2601909 Bump version to 0.23.27
  • a70b0e6 Handle webpki RequiredEkuNotFoundContext errors
  • 06a704e Update to webpki 0.103.2
  • 9509626 Deprecate dangerous_extract_secrets on unbuffered connections
  • bf9e874 Add test cases for KernelConnection key updates
  • 5a12171 Add kernel connection API
  • 35c44d2 Extract tls13 expand_secret function out of extract_secrets
  • 47ed0c6 ci: enable triggering CI workflow manually
  • 26b8ee3 ci: skip push triggers for most branches
  • 70ed532 Update Rust crate nix to 0.30
  • Additional commits viewable in compare view

Updates rustls-pki-types from 1.11.0 to 1.12.0

Release notes

Sourced from rustls-pki-types's releases.

1.12.0

  • Implement Zeroize for private key types
  • Add algorithm identifiers for ML-DSA signing algorithms

What's Changed

Commits
  • 4b52db8 Bump version to 1.12.0
  • 812eb3a ci: sync nightly for cargo-check-external-types
  • a15fc87 Enable running CI workflow manually
  • df76779 Skip push CI for most branches
  • 939c2c6 ci: check external types
  • fae72b9 Allow zeroize::Zeroize to appear in public API
  • c5fffab Add AlgorithmIdentifiers for ML-DSA variants
  • b59e08d Version Cargo.lock
  • bbad87b Add cargo deny check in CI
  • 864471f rustfmt: style_edition 2024
  • Additional commits viewable in compare view

Updates tinystr from 0.7.6 to 0.8.1

Changelog

Sourced from tinystr's changelog.

Changelog

icu4x 2.0

ICU4X 2.0 is ICU4X's new major release. Many things have changed, we recommend going through the full changelog for 2.0, 2.0-beta1, and 2.0-beta2 to understand the changes fully.

This changelog entry only covers changes from ICU4X 2.0.0-beta2 to ICU4X 2.0.

Some major changes worth highlighting:

  • Most locale-dependent APIs now take type-safe "preferences" objects instead of locales.

    • Preference bags are often built from a locale, but they can also be built manually or merged from other sources.
    • Preference bags are taken by value, so most call sites will need to change from &locale.into() to locale.into() or (&locale).into()
  • The datetime formatting APIs have been completely redesigned for better data usage and performance. We recommend looking at the new API and using it from the ground up, rather than replacing API calls one at a time.

  • Components

    • General
      • 1.82 MSRV (unicode-org#6413)
      • Fix reexport documentation to be clearer when things are reexports (unicode-org##6372)
      • Put MaybeEncodeAsVarULE impls behind the "export" feature (unicode-org#6221)
    • icu_calendar
      • Rename Islamic calendars to Hijri (unicode-org#6214)
      • Collapse IslamicCivil into IslamicTabular (unicode-org#6384)
      • Rename IslamicObservational to IslamicSimulated (unicode-org#6387)
      • Rename wrap_calendar_in_* APIs to as_borrowed, into_ref_counted, into_atomic_ref_counted (unicode-org#6392)
      • Make am era have index 0 and remove bd era from Coptic calendar (unicode-org#6458)
      • Update era codes to match CLDR/Temporal (unicode-org#6405, unicode-org#6525, unicode-org#6246)
      • Change cyclic calendar constructors to use ISO years (unicode-org##6431)
      • Fix Meiji start date (unicode-org##6432)
      • Mark Calendar UnstableSealed (unicode-org##6483)
      • Simplify EraYear (unicode-org##6443)
      • Allow different calendars to return different year-info types (unicode-org##6439)
      • Remove Umm-al-Qura data struct (unicode-org##6404)
      • Remove prev_year info (unicode-org#6382)
      • Use regions, not languages, for calendar algorithm defaults (unicode-org#6325)
      • Hide week-of-month, non-iso week-of-year (unicode-org#6319)
      • Expose Date to/from RataDie (#6369)
    • icu_casemap
      • Add borrowed types (CaseMapperBorrowed, etc) to icu_casemap (unicode-org#6353)
    • icu_collator
      • Identical prefix optimization for the collator (unicode-org#6496)
      • Remove backward second level from the API (unicode-org#6291)
    • icu_collections
      • Remove some panics from CodePointTrie, which should no longer pull in panic machinery even with arithmetic panics enabled for lookup (unicode-org#6204)
    • icu_datetime
      • A lot of things have changed, it is preferable to reacquaint oneself with this crate from the ground up.
      • Make .hm() a constructor instead of a method (unicode-org#6423, unicode-org#6448)
      • Add .time_hm[s] on date fieldsets (unicode-org#6448)
      • Rename .with_length to .for_length (unicode-org#6448)
      • Length no longer has explicit repr(u8) discriminants (unicode-org#6423)
      • Fix incorrect datetime skeletons being used in datetime formatting (unicode-org#6428)

... (truncated)

Commits

Updates tokio from 1.44.2 to 1.45.0

Release notes

Sourced from tokio's releases.

Tokio v1.45.0

Added

  • metrics: stabilize worker_total_busy_duration, worker_park_count, and worker_unpark_count (#6899, #7276)
  • process: add Command::spawn_with (#7249)

Changed

  • io: do not require Unpin for some trait impls (#7204)
  • rt: mark runtime::Handle as unwind safe (#7230)
  • time: revert internal sharding implementation (#7226)

Unstable

  • rt: remove alt multi-threaded runtime (#7275)

#6899: tokio-rs/tokio#6899 #7276: tokio-rs/tokio#7276 #7249: tokio-rs/tokio#7249 #7204: tokio-rs/tokio#7204 #7230: tokio-rs/tokio#7230 #7226: tokio-rs/tokio#7226 #7275: tokio-rs/tokio#7275

Commits
  • 00754c8 chore: prepare Tokio v1.45.0 (#7308)
  • 1ae9434 time: revert "use sharding for timer implementation" related changes (#7226)
  • 8895bba ci: Test AArch64 Windows (#7288)
  • 48ca254 time: update sleep documentation to reflect maximum allowed duration (#7302)
  • a0af02a compat: add more documentation to tokio_util::compat (#7279)
  • 0ce3a11 metrics: stabilize worker_park_count and worker_unpark_count (#7276)
  • 1ea9ce1 ci: fix cfg!(miri) declarations in tests (#7286)
  • 4d4d126 chore: prepare tokio-util v0.7.15 (#7283)
  • 5490267 fs: update the mockall dev dependency to 0.13.0 (#7234)
  • 1434b32 examples: improve echo example consistency (#7256)
  • Additional commits viewable in compare view

Updates webpki-roots from 0.26.10 to 0.26.11

Release notes

Sourced from webpki-roots's releases.

0.26.11

This is the final 0.26.x release of the webpki-roots and webpki-root-certs crates. It depends upon and re-exports 1.0.0 using the "semver trick", meaning people depending on 0.26.x will nevertheless get future 1.x.y releases.

What's Changed

Full Changelog: rustls/webpki-roots@v/0.26.10...v/0.26.11

Commits
  • 65a47ac Prepare webpki-{roots,root-certs} semver trick
  • 76a8dfd ci: add cargo-semver-checks job
  • f0cbde0 ci: enable triggering CI workflow manually
  • 80ac5af ci: skip push triggers for most branches
  • See full diff in compare view

Updates windows-core from 0.57.0 to 0.61.0

Release notes

Sourced from windows-core's releases.

0.61.0

Major crate updates:

  • windows 0.59.0
  • windows-core 0.59.0
    • windows-implement 0.59.0
    • windows-interface 0.59.0
  • windows-targets 0.53.0
    • windows_i686_msvc 0.53.0
    • windows_x86_64_msvc 0.53.0
    • windows_aarch64_msvc 0.53.0
    • windows_i686_gnu 0.53.0
    • windows_x86_64_gnu 0.53.0
    • windows_i686_gnullvm 0.53.0
    • windows_x86_64_gnullvm 0.53.0
    • windows_aarch64_gnullvm 0.53.0
  • windows-bindgen 0.59.0
  • windows-registry 0.4.0
  • windows-result 0.3.0
  • windows-strings 0.3.0
  • cppwinrt 0.2.0

Minor crate updates:

  • windows-version 0.1.2

Excluded:

  • windows-sys 0.59.0

Things to keep in mind:

  • The tag/release names no longer map directly to the crate versions, so to find samples for a particular release requires looking at the releases page and finding the release that most recently updated a particular crate.

  • The windows-bindgen crate includes the major code generation overhaul that brings many improvements - be sure to check out the PR description for more information. The resulting code gen depends on the new version of windows-core and its dependencies, unless you include the --sys option. #3359

  • The cppwinrt crate constitutes a major update due to streamlining the error handling. #3415

  • The windows-registry, windows-strings, and windows-result crates are also major version updates since they include small breaking changes.

  • The windows-ta...

    Description has been truncated

Bumps the cargo group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.48` | `4.5.50` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.7` | `0.7.10` |
| [jiff](https://github.com/BurntSushi/jiff) | `0.2.12` | `0.2.13` |
| [signal-hook](https://github.com/vorner/signal-hook) | `0.3.17` | `0.3.18` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.34.2` | `0.35.0` |
| [crc](https://github.com/mrhooray/crc-rs) | `3.2.1` | `3.3.0` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.13.0` | `1.13.1` |
| [backtrace](https://github.com/rust-lang/backtrace-rs) | `0.3.74` | `0.3.75` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.20` | `1.2.22` |
| [h2](https://github.com/hyperium/h2) | `0.4.9` | `0.4.10` |
| [idna_adapter](https://github.com/hsivonen/idna_adapter) | `1.2.0` | `1.2.1` |
| [libloading](https://github.com/nagisa/rust_libloading) | `0.8.6` | `0.8.7` |
| [quinn](https://github.com/quinn-rs/quinn) | `0.11.7` | `0.11.8` |
| redox_syscall | `0.5.11` | `0.5.12` |
| [rustls](https://github.com/rustls/rustls) | `0.23.26` | `0.23.27` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.11.0` | `1.12.0` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.44.2` | `1.45.0` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.10` | `0.26.11` |



Updates `clap_complete` from 4.5.48 to 4.5.50
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.48...clap_complete-v4.5.50)

Updates `winnow` from 0.7.7 to 0.7.10
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.7...v0.7.10)

Updates `jiff` from 0.2.12 to 0.2.13
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-static-0.2.12...jiff-static-0.2.13)

Updates `signal-hook` from 0.3.17 to 0.3.18
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](vorner/signal-hook@v0.3.17...v0.3.18)

Updates `sysinfo` from 0.34.2 to 0.35.0
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GuillaumeGomez/sysinfo/commits/v0.35.0)

Updates `crc` from 3.2.1 to 3.3.0
- [Release notes](https://github.com/mrhooray/crc-rs/releases)
- [Commits](https://github.com/mrhooray/crc-rs/commits)

Updates `aws-lc-rs` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.13.0...v1.13.1)

Updates `aws-lc-sys` from 0.28.2 to 0.29.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.28.2...aws-lc-sys/v0.29.0)

Updates `backtrace` from 0.3.74 to 0.3.75
- [Release notes](https://github.com/rust-lang/backtrace-rs/releases)
- [Commits](rust-lang/backtrace-rs@0.3.74...0.3.75)

Updates `cc` from 1.2.20 to 1.2.22
- [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.2.20...cc-v1.2.22)

Updates `h2` from 0.4.9 to 0.4.10
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.4.9...v0.4.10)

Updates `idna_adapter` from 1.2.0 to 1.2.1
- [Commits](hsivonen/idna_adapter@v1.2.0...v1.2.1)

Updates `jiff-static` from 0.2.12 to 0.2.13
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-static-0.2.12...jiff-static-0.2.13)

Updates `libloading` from 0.8.6 to 0.8.7
- [Commits](nagisa/rust_libloading@0.8.6...0.8.7)

Updates `litemap` from 0.7.5 to 0.8.0
- [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 `quinn` from 0.11.7 to 0.11.8
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-0.11.7...quinn-0.11.8)

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

Updates `redox_syscall` from 0.5.11 to 0.5.12

Updates `rustls` from 0.23.26 to 0.23.27
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.26...v/0.23.27)

Updates `rustls-pki-types` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.11.0...v/1.12.0)

Updates `tinystr` from 0.7.6 to 0.8.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)

Updates `tokio` from 1.44.2 to 1.45.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.0)

Updates `webpki-roots` from 0.26.10 to 0.26.11
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.26.10...v/0.26.11)

Updates `windows-core` from 0.57.0 to 0.61.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.57.0...0.61.0)

Updates `windows-implement` from 0.57.0 to 0.60.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.57.0...0.60.0)

Updates `windows-interface` from 0.57.0 to 0.59.1
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows-result` from 0.1.2 to 0.3.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `writeable` from 0.5.5 to 0.6.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)

Updates `yoke` from 0.7.5 to 0.8.0
- [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 `yoke-derive` from 0.7.5 to 0.8.0
- [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 `zerovec` from 0.10.4 to 0.11.2
- [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 `zerovec-derive` from 0.10.3 to 0.11.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: clap_complete
  dependency-version: 4.5.50
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: winnow
  dependency-version: 0.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: jiff
  dependency-version: 0.2.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: signal-hook
  dependency-version: 0.3.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: sysinfo
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: crc
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: aws-lc-rs
  dependency-version: 1.13.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: aws-lc-sys
  dependency-version: 0.29.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: backtrace
  dependency-version: 0.3.75
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: cc
  dependency-version: 1.2.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: h2
  dependency-version: 0.4.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: idna_adapter
  dependency-version: 1.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: jiff-static
  dependency-version: 0.2.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: libloading
  dependency-version: 0.8.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: litemap
  dependency-version: 0.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: quinn
  dependency-version: 0.11.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: quinn-proto
  dependency-version: 0.11.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: redox_syscall
  dependency-version: 0.5.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: rustls
  dependency-version: 0.23.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: rustls-pki-types
  dependency-version: 1.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: tinystr
  dependency-version: 0.8.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: tokio
  dependency-version: 1.45.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: webpki-roots
  dependency-version: 0.26.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: windows-core
  dependency-version: 0.61.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: windows-implement
  dependency-version: 0.60.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: windows-interface
  dependency-version: 0.59.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: windows-result
  dependency-version: 0.3.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: writeable
  dependency-version: 0.6.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: yoke
  dependency-version: 0.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: yoke-derive
  dependency-version: 0.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: zerovec
  dependency-version: 0.11.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: zerovec-derive
  dependency-version: 0.11.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 10, 2025
@EliahKagan EliahKagan marked this pull request as draft May 10, 2025 23:25
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.

0 participants