Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2025

Bumps the cargo group with 41 updates:

Package From To
clap 4.5.40 4.5.42
clap_complete 4.5.54 4.5.55
winnow 0.7.11 0.7.12
memmap2 0.9.5 0.9.7
criterion 0.6.0 0.7.0
crc32fast 1.4.2 1.5.0
rustix 1.0.7 1.0.8
trybuild 1.0.105 1.0.110
windows-sys 0.59.0 0.60.2
blocking 1.6.1 1.6.2
known-folders 1.2.0 1.3.1
async-io 2.4.1 2.5.0
rusqlite 0.36.0 0.37.0
sysinfo 0.35.2 0.36.1
serde_json 1.0.140 1.0.142
zip 4.2.0 4.3.0
aws-lc-rs 1.13.1 1.13.3
aws-lc-sys 0.29.0 0.30.0
castaway 0.2.3 0.2.4
cc 1.2.27 1.2.30
clap_builder 4.5.40 4.5.42
clap_derive 4.5.40 4.5.41
criterion-plot 0.5.0 0.6.0
hyper-util 0.1.14 0.1.16
itertools 0.10.5 0.12.1
libredox 0.1.4 0.1.9
libsqlite3-sys 0.34.0 0.35.0
litrs 0.4.1 0.4.2
polling 3.8.0 3.9.0
prettyplease 0.2.35 0.2.36
rand 0.9.1 0.9.2
redox_syscall 0.5.13 0.5.17
rustc-demangle 0.1.25 0.1.26
rustls 0.23.28 0.23.31
rustls-webpki 0.103.3 0.103.4
sdd 3.0.8 3.0.10
serde_spanned 0.6.9 1.0.0
tokio 1.45.1 1.47.0
toml 0.8.23 0.9.4
toml_datetime 0.6.11 0.7.0
webpki-roots 1.0.0 1.0.2

Updates clap from 4.5.40 to 4.5.42

Release notes

Sourced from clap's releases.

v4.5.42

[4.5.42] - 2025-07-30

Fixes

  • Include subcommand visible long aliases in --help
Changelog

Sourced from clap's changelog.

[4.5.42] - 2025-07-30

Fixes

  • Include subcommand visible long aliases in --help

[4.5.41] - 2025-07-09

Features

  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help
Commits
  • 27cc4b7 chore: Release
  • 16a4fc7 docs: Update changelog
  • 07f9f15 Merge pull request #5874 from tetzng/fix-fish-completions
  • 721deab chore: Release
  • a4be55b docs: Update changelog
  • fd5e691 Merge pull request #5877 from therealprof/features/use-btreemap-instead-of-so...
  • 6604e79 Use BTreeMap instead of a sorted Vec
  • 28e163a fix(complete): Remove {} and replace commas with newlines
  • b5a47c4 chore: Release
  • b154a7a docs: Update changelog
  • Additional commits viewable in compare view

Updates clap_complete from 4.5.54 to 4.5.55

Commits
  • 4c03930 chore: Release
  • fb948a2 docs: Update changelog
  • 0f60239 Merge pull request #6057 from GilShoshan94/master
  • 83d4206 test: Update fixture to cover all cases + styling
  • b13274d fix: Rename pvs to dvs for default values
  • df92ea0 feat(help): Allow styling for inline context
  • 0e535e5 chore(deps): Update compatible (dev) (#6054)
  • de57287 chore(deps): Update Rust Stable to v1.88 (#6048)
  • 5504a13 Merge pull request #6047 from clap-rs/revert-6045-cleanup-docsrs
  • c1c243c Revert "Cleanup docs.rs related issues"
  • Additional commits viewable in compare view

Updates winnow from 0.7.11 to 0.7.12

Changelog

Sourced from winnow's changelog.

[0.7.12] - 2025-07-11

Features

  • Add impl Accumulate for VecDeque
Commits
  • a0360f6 chore: Release
  • 15bc372 docs: Update changelog
  • 6c193ed Merge pull request #802 from molarmanful/vecdeque-accumulate
  • 5db615d feat(stream): Implement Accumulate for VecDeque
  • f226010 Merge pull request #800 from Kijewski/pr-chars
  • 73ce9fa Implement \<&str as Stream>::next_token() without panics
  • 18f20ee Merge pull request #796 from epage/docs
  • fa51dd4 docs(ref): Clarify distinction between parse and parse_next
  • See full diff in compare view

Updates memmap2 from 0.9.5 to 0.9.7

Changelog

Sourced from memmap2's changelog.

[0.9.7] - 2025-07-13

Fixed

  • Fix incomplete validation of mapping length, which could lead to violation of safety requirements of slice::from_raw_parts on 32-bit platforms.

[0.9.6] - 2025-05-14

Fixed

  • Fix huge page mappings with non-default page-bits.
Commits

Updates criterion from 0.6.0 to 0.7.0

Changelog

Sourced from criterion's changelog.

[0.7.0] - 2025-07-25

  • Bump version of criterion-plot to align dependencies.
Commits
  • 567405d release: bump criterion and criterion-plot versions (#878)
  • ccccbcc fix: deal with throughput in bits (#861)
  • deb0eb0 feat: support throughput reports in bits (#833)
  • d4fd7cc Add CI job checking library builds with oldest allowed dependencies (#854)
  • See full diff in compare view

Updates crc32fast from 1.4.2 to 1.5.0

Commits

Updates rustix from 1.0.7 to 1.0.8

Commits
  • 5b104ec chore: Release rustix version 1.0.8
  • 77151a7 Deprecate unshare and add unshare_unsafe. (#1482)
  • 71ecca8 Don't let a mismatch AT_SYSINFO_EHDR image preclude use of AUX values. (#1484)
  • b16b457 Use new hints.mostly-unused (#1491)
  • 12aa086 fixed a typo in a link in the docs (#1487)
  • eec86ef Remove the compiler-builtins optional dependency. (#1483)
  • 1507cbd Pin CI to Rust nightly-2025-06-23. (#1486)
  • 25ebd26 Expand the windows-sys dependency to include 0.60.0. (#1476)
  • 091d3d7 Temporarily disable the do_test_unix_msg tests on FreeBSD. (#1477)
  • See full diff in compare view

Updates trybuild from 1.0.105 to 1.0.110

Release notes

Sourced from trybuild's releases.

1.0.110

  • Fix permissions_set_readonly_false warning (#312)

1.0.109

1.0.108

  • More right-aligned line number fixes (#309)

1.0.107

1.0.106

  • Update toml dependency to 0.9 (#306)
Commits

Updates windows-sys from 0.59.0 to 0.60.2

Release notes

Sourced from windows-sys's releases.

0.60.0

This release includes an update to the windows-registry and windows-strings crates, mainly to provide various improvements to registry support for rustup.

What's Changed

... (truncated)

Commits

Updates blocking from 1.6.1 to 1.6.2

Release notes

Sourced from blocking's releases.

v1.6.2

  • Fix build failure with minimal-versions. (#71)
Changelog

Sourced from blocking's changelog.

Version 1.6.2

  • Fix build failure with minimal-versions. (#71)
Commits
  • 6c4edde Release 1.6.2
  • 8f621a9 Fix build failure with minimal-versions
  • 588b575 Add minimal-versions check to CI
  • fa3854c Fix clippy::uninlined_format_args warning
  • 0af62f8 ci: Use reusable workflows for fmt and security_audit
  • 34d9472 ci: Use "v2.0.0" branch for security check
  • See full diff in compare view

Updates known-folders from 1.2.0 to 1.3.1

Release notes

Sourced from known-folders's releases.

v1.3.1

What's Changed

Full Changelog: artichoke/known-folders-rs@v1.3.0...v1.3.1

v1.3.0

windows-sys

This release upgrades known-folders's windows-sys version constraint to 0.60.0.

What's Changed

Full Changelog: artichoke/known-folders-rs@v1.2.0...v1.3.0

Commits
  • bd17e5b Merge pull request #84 from artichoke/dev/lopopolo-packaging-error
  • de0058d packaging: ensure READMEs in node_modules don't get uploaded to crates.io
  • 4da7bd6 Merge pull request #81 from artichoke/dependabot/cargo/cargo-deps-2a7afd87f2
  • 48d45b6 Prepare for v1.3.0 release
  • fd6fc17 Merge pull request #83 from artichoke/dependabot/npm_and_yarn/npm-deps-200b40...
  • 396e917 Merge pull request #80 from artichoke/dependabot/github_actions/gha-deps-93e2...
  • d40c993 Merge pull request #82 from artichoke/dependabot/bundler/bundler-deps-0f5777c4c7
  • d3c6241 Bump prettier from 3.5.3 to 3.6.2 in the npm-deps group
  • 79086ea Bump rubocop from 1.75.8 to 1.77.0 in the bundler-deps group
  • 15673bb Update windows-sys requirement in the cargo-deps group
  • Additional commits viewable in compare view

Updates async-io from 2.4.1 to 2.5.0

Release notes

Sourced from async-io's releases.

v2.5.0

  • Add a new optional tracing feature. When enabled, this feature adds logging to the implementation. By default it is disabled. (#234)
  • Add support for Haiku (#233)
  • Fix build failure with minimal-versions. (#234)
  • Update windows-sys to v0.60. (#230)
Changelog

Sourced from async-io's changelog.

Version 2.5.0

  • Add a new optional tracing feature. When enabled, this feature adds logging to the implementation. By default it is disabled. (#234)
  • Add support for Haiku (#233)
  • Fix build failure with minimal-versions. (#234)
  • Update windows-sys to v0.60. (#230)
Commits

Updates rusqlite from 0.36.0 to 0.37.0

Release notes

Sourced from rusqlite's releases.

0.37.0

What's Changed

  • Add FromSqlError::other convenience conversion #1703
  • Fix warnings #1705
  • Update bindgen requirement from 0.71 to 0.72 #1707
  • Fix for vtab::parameter parsing #1712
  • Fix clippy warning #1713
  • Bump bundled SQLite version to 3.50.2 #1714
  • Fix issue with prettyplease #1717

Full Changelog: rusqlite/rusqlite@v0.36.0...v0.37.0

Commits

Updates sysinfo from 0.35.2 to 0.36.1

Changelog

Sourced from sysinfo's changelog.

0.36.1

  • Linux: Improve processor CPU usage computation.

0.36.0

  • Add new Motherboard type.
  • Add new Product type.
  • Linux/macOS: Fix CPU usage update.
  • Linux: Improve Component::label generated String.
  • macOS: Make Components implement Send and Sync traits.
Commits
  • fc31b41 Merge pull request #1559 from GuillaumeGomez/update
  • 20d3d29 Update crate version to 0.36.1
  • 400387e Update CHANGELOG for 0.36.1 version
  • d46ed5d Merge pull request #1558 from GuillaumeGomez/improve-processor-cpu-usage-comp...
  • 44e64c5 Improve processors CPU usage computation on linux
  • 57876c0 Merge pull request #1555 from GuillaumeGomez/update
  • d571f4f Update crate version to 0.36.0
  • ef8ef97 Update CHANGELOG for 0.36.0
  • e3b69fa Merge pull request #1554 from GuillaumeGomez/motherboard-naming
  • a24ffc9 Improve Motherboard API naming
  • Additional commits viewable in compare view

Updates serde_json from 1.0.140 to 1.0.142

Release notes

Sourced from serde_json's releases.

v1.0.142

v1.0.141

Commits
  • 1731167 Release 1.0.142
  • e51c814 Touch up PR 1265
  • 84abbdb Merge pull request #1265 from aatifsyed/master
  • 6843c36 Release 1.0.141
  • 6e2c210 Touch up PR 1273
  • 623d9b4 Merge pull request #1273 from conradludgate/optimise-string-escaping
  • de70b7d use unreachable_unchecked for escape table. use a second match to roundtrip E...
  • f2d940d replace start index with bytes slice reference
  • 9206cc0 feat: impl Default for &Value
  • cd55b5a Ignore mismatched_lifetime_syntaxes lint
  • Additional commits viewable in compare view

Updates zip from 4.2.0 to 4.3.0

Release notes

Sourced from zip's releases.

v4.3.0

🚀 Features

  • Add support for PPMd (#370)
Changelog

Sourced from zip's changelog.

4.3.0 - 2025-07-09

🚀 Features

  • Add support for PPMd (#370)
Commits

Updates aws-lc-rs from 1.13.1 to 1.13.3

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.13.3

What's Changed

Other Merged PRs

Full Changelog: aws/aws-lc-rs@v1.13.2...v1.13.3

aws-lc-rs v1.13.2

What's Changed

Build improvements

Issues Being Resolved

Other Merged PRs

New Contributors

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

Description has been truncated

Bumps the cargo group with 41 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.42` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.55` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.11` | `0.7.12` |
| [memmap2](https://github.com/RazrFalcon/memmap2-rs) | `0.9.5` | `0.9.7` |
| [criterion](https://github.com/bheisler/criterion.rs) | `0.6.0` | `0.7.0` |
| [crc32fast](https://github.com/srijs/rust-crc32fast) | `1.4.2` | `1.5.0` |
| [rustix](https://github.com/bytecodealliance/rustix) | `1.0.7` | `1.0.8` |
| [trybuild](https://github.com/dtolnay/trybuild) | `1.0.105` | `1.0.110` |
| [windows-sys](https://github.com/microsoft/windows-rs) | `0.59.0` | `0.60.2` |
| [blocking](https://github.com/smol-rs/blocking) | `1.6.1` | `1.6.2` |
| [known-folders](https://github.com/artichoke/known-folders-rs) | `1.2.0` | `1.3.1` |
| [async-io](https://github.com/smol-rs/async-io) | `2.4.1` | `2.5.0` |
| [rusqlite](https://github.com/rusqlite/rusqlite) | `0.36.0` | `0.37.0` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.35.2` | `0.36.1` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.142` |
| [zip](https://github.com/zip-rs/zip2) | `4.2.0` | `4.3.0` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.13.1` | `1.13.3` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.29.0` | `0.30.0` |
| [castaway](https://github.com/sagebind/castaway) | `0.2.3` | `0.2.4` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.27` | `1.2.30` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.42` |
| [clap_derive](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.41` |
| [criterion-plot](https://github.com/bheisler/criterion.rs) | `0.5.0` | `0.6.0` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.14` | `0.1.16` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.10.5` | `0.12.1` |
| libredox | `0.1.4` | `0.1.9` |
| [libsqlite3-sys](https://github.com/rusqlite/rusqlite) | `0.34.0` | `0.35.0` |
| [litrs](https://github.com/LukasKalbertodt/litrs) | `0.4.1` | `0.4.2` |
| [polling](https://github.com/smol-rs/polling) | `3.8.0` | `3.9.0` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.35` | `0.2.36` |
| [rand](https://github.com/rust-random/rand) | `0.9.1` | `0.9.2` |
| redox_syscall | `0.5.13` | `0.5.17` |
| [rustc-demangle](https://github.com/rust-lang/rustc-demangle) | `0.1.25` | `0.1.26` |
| [rustls](https://github.com/rustls/rustls) | `0.23.28` | `0.23.31` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.103.3` | `0.103.4` |
| [sdd](https://github.com/wvwwvwwv/scalable-delayed-dealloc) | `3.0.8` | `3.0.10` |
| [serde_spanned](https://github.com/toml-rs/toml) | `0.6.9` | `1.0.0` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.45.1` | `1.47.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.23` | `0.9.4` |
| [toml_datetime](https://github.com/toml-rs/toml) | `0.6.11` | `0.7.0` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `1.0.0` | `1.0.2` |


Updates `clap` from 4.5.40 to 4.5.42
- [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.40...clap_complete-v4.5.42)

Updates `clap_complete` from 4.5.54 to 4.5.55
- [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.54...clap_complete-v4.5.55)

Updates `winnow` from 0.7.11 to 0.7.12
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.11...v0.7.12)

Updates `memmap2` from 0.9.5 to 0.9.7
- [Changelog](https://github.com/RazrFalcon/memmap2-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/RazrFalcon/memmap2-rs/commits)

Updates `criterion` from 0.6.0 to 0.7.0
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.6.0...0.7.0)

Updates `crc32fast` from 1.4.2 to 1.5.0
- [Commits](srijs/rust-crc32fast@v1.4.2...v1.5.0)

Updates `rustix` from 1.0.7 to 1.0.8
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md)
- [Commits](bytecodealliance/rustix@v1.0.7...v1.0.8)

Updates `trybuild` from 1.0.105 to 1.0.110
- [Release notes](https://github.com/dtolnay/trybuild/releases)
- [Commits](dtolnay/trybuild@1.0.105...1.0.110)

Updates `windows-sys` from 0.59.0 to 0.60.2
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `blocking` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/smol-rs/blocking/releases)
- [Changelog](https://github.com/smol-rs/blocking/blob/master/CHANGELOG.md)
- [Commits](smol-rs/blocking@v1.6.1...v1.6.2)

Updates `known-folders` from 1.2.0 to 1.3.1
- [Release notes](https://github.com/artichoke/known-folders-rs/releases)
- [Commits](artichoke/known-folders-rs@v1.2.0...v1.3.1)

Updates `async-io` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/smol-rs/async-io/releases)
- [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-io@v2.4.1...v2.5.0)

Updates `rusqlite` from 0.36.0 to 0.37.0
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.36.0...v0.37.0)

Updates `sysinfo` from 0.35.2 to 0.36.1
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.35.2...v0.36.1)

Updates `serde_json` from 1.0.140 to 1.0.142
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.140...v1.0.142)

Updates `zip` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v4.2.0...v4.3.0)

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

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

Updates `castaway` from 0.2.3 to 0.2.4
- [Release notes](https://github.com/sagebind/castaway/releases)
- [Changelog](https://github.com/sagebind/castaway/blob/master/CHANGELOG.md)
- [Commits](sagebind/castaway@0.2.3...v0.2.4)

Updates `cc` from 1.2.27 to 1.2.30
- [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.27...cc-v1.2.30)

Updates `clap_builder` from 4.5.40 to 4.5.42
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.40...v4.5.42)

Updates `clap_derive` from 4.5.40 to 4.5.41
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.40...v4.5.41)

Updates `criterion-plot` from 0.5.0 to 0.6.0
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.5.0...0.6.0)

Updates `hyper-util` from 0.1.14 to 0.1.16
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.14...v0.1.16)

Updates `itertools` from 0.10.5 to 0.12.1
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.10.5...v0.12.1)

Updates `libredox` from 0.1.4 to 0.1.9

Updates `libsqlite3-sys` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.34.0...v0.35.0)

Updates `litrs` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/LukasKalbertodt/litrs/releases)
- [Changelog](https://github.com/LukasKalbertodt/litrs/blob/main/CHANGELOG.md)
- [Commits](LukasKalbertodt/litrs@v0.4.1...v0.4.2)

Updates `polling` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/smol-rs/polling/releases)
- [Changelog](https://github.com/smol-rs/polling/blob/master/CHANGELOG.md)
- [Commits](smol-rs/polling@v3.8.0...v3.9.0)

Updates `prettyplease` from 0.2.35 to 0.2.36
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.35...0.2.36)

Updates `rand` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.9.1...rand_core-0.9.2)

Updates `redox_syscall` from 0.5.13 to 0.5.17

Updates `rustc-demangle` from 0.1.25 to 0.1.26
- [Release notes](https://github.com/rust-lang/rustc-demangle/releases)
- [Changelog](https://github.com/rust-lang/rustc-demangle/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rustc-demangle/commits/rustc-demangle-v0.1.26)

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

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

Updates `sdd` from 3.0.8 to 3.0.10
- [Changelog](https://github.com/wvwwvwwv/scalable-delayed-dealloc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wvwwvwwv/scalable-delayed-dealloc/commits)

Updates `serde_spanned` from 0.6.9 to 1.0.0
- [Commits](toml-rs/toml@serde_spanned-v0.6.9...serde_spanned-v1.0.0)

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

Updates `toml` from 0.8.23 to 0.9.4
- [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.4)

Updates `toml_datetime` from 0.6.11 to 0.7.0
- [Commits](toml-rs/toml@toml_datetime-v0.6.11...toml_datetime-v0.7.0)

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

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap_complete
  dependency-version: 4.5.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: winnow
  dependency-version: 0.7.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: memmap2
  dependency-version: 0.9.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: criterion
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: crc32fast
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: rustix
  dependency-version: 1.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: trybuild
  dependency-version: 1.0.110
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: windows-sys
  dependency-version: 0.60.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: blocking
  dependency-version: 1.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: known-folders
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: async-io
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: rusqlite
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: sysinfo
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: serde_json
  dependency-version: 1.0.142
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zip
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: aws-lc-rs
  dependency-version: 1.13.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: aws-lc-sys
  dependency-version: 0.30.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: castaway
  dependency-version: 0.2.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: cc
  dependency-version: 1.2.30
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap_builder
  dependency-version: 4.5.42
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap_derive
  dependency-version: 4.5.41
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: criterion-plot
  dependency-version: 0.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: hyper-util
  dependency-version: 0.1.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: itertools
  dependency-version: 0.12.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: libredox
  dependency-version: 0.1.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: libsqlite3-sys
  dependency-version: 0.35.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: litrs
  dependency-version: 0.4.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: polling
  dependency-version: 3.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: prettyplease
  dependency-version: 0.2.36
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: rand
  dependency-version: 0.9.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: redox_syscall
  dependency-version: 0.5.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: rustc-demangle
  dependency-version: 0.1.26
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: rustls
  dependency-version: 0.23.31
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: rustls-webpki
  dependency-version: 0.103.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: sdd
  dependency-version: 3.0.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde_spanned
  dependency-version: 1.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo
- dependency-name: tokio
  dependency-version: 1.47.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: toml
  dependency-version: 0.9.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: toml_datetime
  dependency-version: 0.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: webpki-roots
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  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 Aug 1, 2025
Copy link
Member

@EliahKagan EliahKagan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me. I looked over the dependencies whose version changes are SemVer-breaking. These are my very rough notes on those, included in case I am mistaken and something has to be debugged later:

  • criterion - dev-only (for benches)
  • windows-sys - generally OK if CI passes, also this one is dev-only (via known-folders)
  • rusqlite - change does not seem to break anything for us, see libsqlite3-sys below
  • sysinfo - change does not seem to break anything for us
  • aws-lc-sys - via rustls, for curl, handled in dependencies
  • criterion-plot - dev-only (for benches)
  • itertools - the one being upgraded is transitive through criterion
  • libsqlite3-sys - via rusqlite, seems OK, see https://github.com/rusqlite/rusqlite/releases/tag/v0.35.0
  • serde_spanned - transitive dev-only (via toml, via trybuild)
  • toml - transitive dev-only (via trybuild)
  • toml_datetime - transitive dev-only (via toml_edit, via toml, via trybuild)

Using the tree: https://gist.github.com/EliahKagan/69e9ab3f2ecfb42c60313c6ecd2ba99c

@EliahKagan
Copy link
Member

@dependabot merge

@dependabot dependabot bot merged commit 473fe52 into main Aug 1, 2025
24 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/cargo-f147714000 branch August 1, 2025 10:24
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