Skip to content

Bump the rust-minor group across 1 directory with 12 updates#714

Merged
torokati44 merged 1 commit into
mainfrom
dependabot/cargo/rust-minor-ac2ec08afe
Apr 13, 2026
Merged

Bump the rust-minor group across 1 directory with 12 updates#714
torokati44 merged 1 commit into
mainfrom
dependabot/cargo/rust-minor-ac2ec08afe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-minor group with 12 updates in the / directory:

Package From To
tokio 1.51.0 1.51.1
cc 1.2.59 1.2.60
fastrand 2.4.0 2.4.1
gif 0.14.1 0.14.2
hyper-rustls 0.27.7 0.27.8
indexmap 2.13.1 2.14.0
libc 0.2.184 0.2.185
pkg-config 0.3.32 0.3.33
rustls 0.23.37 0.23.38
rustls-webpki 0.103.10 0.103.11
toml_edit 0.25.10+spec-1.1.0 0.25.11+spec-1.1.0
zip 8.5.0 8.5.1

Updates tokio from 1.51.0 to 1.51.1

Release notes

Sourced from tokio's releases.

Tokio v1.51.1

1.51.1 (April 8th, 2026)

Fixed

  • sync: fix semaphore reopens after forget (#8021)
  • net: surface errors from SO_ERROR on recv for UDP sockets on Linux (#8001)

Fixed (unstable)

  • metrics: fix worker_local_schedule_count test (#8008)
  • rt: do not leak fd when cancelling io_uring open operation (#7983)

#7983: tokio-rs/tokio#7983 #8001: tokio-rs/tokio#8001 #8008: tokio-rs/tokio#8008 #8021: tokio-rs/tokio#8021

Commits
  • 98df02d chore: prepare Tokio v1.51.1 (#8023)
  • 3ea11e2 sync: fix semaphore reopens after forget (#8021)
  • c791213 rt: do not leak fd when cancelling io_uring open operation (#7983)
  • ad8c59a net: surface errors from SO_ERROR on recv for UDP sockets on Linux (#8001)
  • 654d38b metrics: fix worker_local_schedule_count test (#8008)
  • 857ba80 docs: improve contributing docs on how to specify crates dependency versions ...
  • 95b9342 chore: remove path deps for tokio-macros 2.7.0 (#8007)
  • See full diff in compare view

Updates cc from 1.2.59 to 1.2.60

Release notes

Sourced from cc's releases.

cc-v1.2.60

Fixed

  • (ar) suppress warnings from D modifier probe (#1700)
Changelog

Sourced from cc's changelog.

1.2.60 - 2026-04-10

Fixed

  • (ar) suppress warnings from D modifier probe (#1700)
Commits

Updates fastrand from 2.4.0 to 2.4.1

Release notes

Sourced from fastrand's releases.

v2.4.1

  • Fix build failure with js feature. (#125)
Changelog

Sourced from fastrand's changelog.

Version 2.4.1

  • Fix build failure with js feature. (#125)
Commits

Updates gif from 0.14.1 to 0.14.2

Changelog

Sourced from gif's changelog.

v0.14.2

Bugfixes:

  • Correctly recognize extension blocks that only have a terminator block, i.e. are completely empty. This affects Comment as most extensions have some minimum required data (e.g. Application Identifier, …). Such images might have erratically failed to parse, interpreting the following block type as a sub-block length.
Commits
  • a0127e2 Merge pull request #229 from image-rs/release-0.14.2
  • 10793cf Release notes for 0.14.2
  • 5116dcd Merge pull request #228 from davidalecrim1/fix-empty-extension-sub-block
  • f0f52cb Fix empty sub-block terminator in extension parsing
  • See full diff in compare view

Updates hyper-rustls from 0.27.7 to 0.27.8

Release notes

Sourced from hyper-rustls's releases.

0.27.8

What's Changed

Commits
  • 6b94ec3 Bump version to 0.27.8
  • df300cf Upgrade rustls-platform-verifier to 0.7
  • 1c063f5 Take semver-compatible dependency updates
  • c66d283 Bump MSRV to 1.85 (for rustls-platform-verifier -> jni)
  • 4b90026 Bump hyper from 1.8.1 to 1.9.0
  • 4376d76 Take semver-compatible updates
  • 8eaab3e Take semver-compatible dependency updates
  • 0deafa5 Bump rustls from 0.23.36 to 0.23.37
  • 003b96e Check for unexpected output if examples fail
  • 81e75a4 Fail custom_ca_store if server errors out
  • Additional commits viewable in compare view

Updates indexmap from 2.13.1 to 2.14.0

Changelog

Sourced from indexmap's changelog.

2.14.0 (2026-04-09)

  • MSRV: Rust 1.85.0 or later is now required.
  • Updated the hashbrown dependency to 0.17.
  • Made more map::Slice methods const: new_mut, first_mut, last_mut, split_at_mut, split_at_mut_checked, split_first_mut, split_last_mut
Commits
  • bcd165b Merge pull request #439 from cuviper/release-2.14.0
  • 4ef06a7 Release 2.14.0
  • d21826c Merge pull request #438 from cuviper/hashbrown-0.17
  • 2566bec Upgrade to hashbrown v0.17
  • 4b62776 Merge pull request #437 from cuviper/disjoint-panic
  • 478fba2 Normalize the panic doc of get_disjoint_mut
  • fb6dafd Merge pull request #436 from cuviper/const-slice-mut
  • 5c237a2 Make Slice::{first,last,split_*}_mut methods const
  • 48ff9ce Merge pull request #435 from cuviper/edition-2024
  • 648be98 cargo fmt with edition 2024
  • Additional commits viewable in compare view

Updates libc from 0.2.184 to 0.2.185

Release notes

Sourced from libc's releases.

0.2.185

Added

  • EspIDF: Add espidf_picolibc cfg for picolibc O_* flag values (#5035)
  • Hexagon: add missing constants and fix types for linux-musl (#5042)
  • Redox: Add semaphore functions (#5051)
  • Windows: Add sprintf, snprintf, and the scanf family (#5024)

Fixed

  • Hexagon: Decouple time64 types from musl symbol redirects (#5040)
  • Horizon: Change POLL constants from c_short to c_int (#5045)
Changelog

Sourced from libc's changelog.

0.2.185 - 2026-04-13

Added

  • EspIDF: Add espidf_picolibc cfg for picolibc O_* flag values (#5035)
  • Hexagon: add missing constants and fix types for linux-musl (#5042)
  • Redox: Add semaphore functions (#5051)
  • Windows: Add sprintf, snprintf, and the scanf family (#5024)

Fixed

  • Hexagon: Decouple time64 types from musl symbol redirects (#5040)
  • Horizon: Change POLL constants from c_short to c_int (#5045)
Commits
  • 71d5bfc libc: Release 0.2.185
  • 1027d1c Revert "ci: Pin nightly to 2026-04-01"
  • 0e9c6e5 redox: Add semaphore functions
  • 24ef457 feat: add back support for gnu windows x86 in ci
  • aa75caf horizon: Change POLL constants from c_short to c_int
  • b7eda5a hexagon: add missing constants and fix types for linux-musl
  • d4613f9 newlib/espidf: Add espidf_picolibc cfg for picolibc O_* flag values
  • c89fd76 Fix typo in Padding comments
  • b3264b2 hexagon: decouple time64 types from musl symbol redirects
  • db1ebee ci: Pin nightly to 2026-04-01
  • Additional commits viewable in compare view

Updates pkg-config from 0.3.32 to 0.3.33

Changelog

Sourced from pkg-config's changelog.

[0.3.33] - 2026-04-12

Changed

  • Error output from pkg-config is included in the message again to help with finding the cause (#187)
Commits

Updates rustls from 0.23.37 to 0.23.38

Commits
  • 6b116bc Bump version of rustls
  • a1da268 client: allow skipping selected ALPN validation
  • 5b3ef11 Fix ambiguous panic! warning
  • 0f0fbf5 Fix clippy::result_large_err
  • 7e99b52 Update semver-compatible dependencies
  • See full diff in compare view

Updates rustls-webpki from 0.103.10 to 0.103.11

Release notes

Sourced from rustls-webpki's releases.

0.103.11

In response to #464, we've slightly relaxed requirements for anchor_from_trust_cert() to ignore unknown extensions even if they're marked as critical. This only affects parsing a TrustAnchor from DER, for which most extensions are ignored anyway.

What's Changed

Commits
  • 57bc62c Bump version to 0.103.11
  • d0fa01e Allow parsing trust anchors with unknown criticial extensions
  • See full diff in compare view

Updates toml_edit from 0.25.10+spec-1.1.0 to 0.25.11+spec-1.1.0

Commits
  • 45456ab chore: Release
  • b100851 docs: Update changelog
  • 165302f fix(edit): Preserve outer spans for malformed containers (#1141)
  • 1b0bd02 fix(edit): Preserve outer spans for malformed arrays
  • 9eb4dab test(parse): Cover malformed array parse error
  • 57ea4b4 fix(edit): Preserve outer spans for malformed inline tables
  • 92e8001 test(parse): Cover malformed inline table parse error
  • 36e558e docs: Fix spelling mistake
  • See full diff in compare view

Updates zip from 8.5.0 to 8.5.1

Release notes

Sourced from zip's releases.

v8.5.1

🚜 Refactor

  • change magic finder to stack buffer (#763)
  • simplify extra field parsing (#764)
Changelog

Sourced from zip's changelog.

8.5.1 - 2026-04-06

🚜 Refactor

  • change magic finder to stack buffer (#763)
  • simplify extra field parsing (#764)
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 13, 2026
Bumps the rust-minor group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.51.0` | `1.51.1` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.59` | `1.2.60` |
| [fastrand](https://github.com/smol-rs/fastrand) | `2.4.0` | `2.4.1` |
| [gif](https://github.com/image-rs/image-gif) | `0.14.1` | `0.14.2` |
| [hyper-rustls](https://github.com/rustls/hyper-rustls) | `0.27.7` | `0.27.8` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.13.1` | `2.14.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.184` | `0.2.185` |
| [pkg-config](https://github.com/rust-lang/pkg-config-rs) | `0.3.32` | `0.3.33` |
| [rustls](https://github.com/rustls/rustls) | `0.23.37` | `0.23.38` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.103.10` | `0.103.11` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.25.10+spec-1.1.0` | `0.25.11+spec-1.1.0` |
| [zip](https://github.com/zip-rs/zip2) | `8.5.0` | `8.5.1` |


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

Updates `cc` from 1.2.59 to 1.2.60
- [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.59...cc-v1.2.60)

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

Updates `gif` from 0.14.1 to 0.14.2
- [Changelog](https://github.com/image-rs/image-gif/blob/master/Changes.md)
- [Commits](image-rs/image-gif@v0.14.1...v0.14.2)

Updates `hyper-rustls` from 0.27.7 to 0.27.8
- [Release notes](https://github.com/rustls/hyper-rustls/releases)
- [Commits](rustls/hyper-rustls@v/0.27.7...v/0.27.8)

Updates `indexmap` from 2.13.1 to 2.14.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.13.1...2.14.0)

Updates `libc` from 0.2.184 to 0.2.185
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.185/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.184...0.2.185)

Updates `pkg-config` from 0.3.32 to 0.3.33
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/pkg-config-rs@0.3.32...0.3.33)

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

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

Updates `toml_edit` from 0.25.10+spec-1.1.0 to 0.25.11+spec-1.1.0
- [Commits](toml-rs/toml@v0.25.10...v0.25.11)

Updates `zip` from 8.5.0 to 8.5.1
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v8.5.0...v8.5.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.51.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: cc
  dependency-version: 1.2.60
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: fastrand
  dependency-version: 2.4.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: gif
  dependency-version: 0.14.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: hyper-rustls
  dependency-version: 0.27.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: indexmap
  dependency-version: 2.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: libc
  dependency-version: 0.2.185
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: pkg-config
  dependency-version: 0.3.33
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: rustls
  dependency-version: 0.23.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: rustls-webpki
  dependency-version: 0.103.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: toml_edit
  dependency-version: 0.25.11+spec-1.1.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: zip
  dependency-version: 8.5.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the rust-minor group with 12 updates Bump the rust-minor group across 1 directory with 12 updates Apr 13, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/rust-minor-ac2ec08afe branch from e84d3f8 to a6677e0 Compare April 13, 2026 12:15
@torokati44 torokati44 merged commit 10b1311 into main Apr 13, 2026
10 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/rust-minor-ac2ec08afe branch April 13, 2026 12:33
Comment thread Cargo.lock
Comment on lines +1501 to +1505
[[package]]
name = "hashbrown"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This is unfortunate, but whatever...

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

It seems to work, and hopefully it will be deduplicated in the future anyway.

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