Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the pointercrate group with 9 updates:

Package From To
reqwest 0.12.15 0.12.18
cc 1.2.24 1.2.25
hyper-util 0.1.12 0.1.13
lock_api 0.4.12 0.4.13
num_cpus 1.16.0 1.17.0
openssl 0.10.72 0.10.73
openssl-sys 0.9.108 0.9.109
parking_lot_core 0.9.10 0.9.11
socket2 0.5.9 0.5.10

Updates reqwest from 0.12.15 to 0.12.18

Release notes

Sourced from reqwest's releases.

v0.12.18

What's Changed

  • Fix compilation when socks enabled without TLS.

v0.12.17

What's Changed

v0.12.16

Highlights

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.
  • Fix HTTP/3 to support streaming request bodies.
  • (wasm) Fix null bodies when calling Response::bytes_stream().

What's Changed

... (truncated)

Changelog

Sourced from reqwest's changelog.

v0.12.18

  • Fix compilation when socks enabled without TLS.

v0.12.17

  • Fix compilation on macOS.

v0.12.16

  • Add ClientBuilder::http3_congestion_bbr() to enable BBR congestion control.
  • Add ClientBuilder::http3_send_grease() to configure whether to send use QUIC grease.
  • Add ClientBuilder::http3_max_field_section_size() to configure the maximum response headers.
  • Add ClientBuilder::tcp_keepalive_interval() to configure TCP probe interval.
  • Add ClientBuilder::tcp_keepalive_retries() to configure TCP probe count.
  • Add Proxy::headers() to add extra headers that should be sent to a proxy.
  • Fix redirect::Policy::limit() which had an off-by-1 error, allowing 1 more redirect than specified.
  • Fix HTTP/3 to support streaming request bodies.
  • (wasm) Fix null bodies when calling Response::bytes_stream().
Commits
  • 595c80b v0.12.18
  • f279ad1 fix compilation if socks is enabled without tls
  • fed6bc6 ci: add a feature powerset check job
  • 56ed35b v0.12.17
  • f0bf46b build: Fix compilation issues on macOS (#2696)
  • 99259cb v0.12.16
  • 57670ac feat: add customizable headers for reqwest::Proxy (#2600)
  • d9cf60e refactor: Using FollowRedirect from tower-http to handle the redirect l...
  • 75f62f2 fix: ensure H3ResponseFuture is sync (#2685)
  • 0e1d188 chore: replace rustls-pemfile with rustls-pki-types (#2541)
  • Additional commits viewable in compare view

Updates cc from 1.2.24 to 1.2.25

Release notes

Sourced from cc's releases.

cc-v1.2.25

Other

  • make powerp64 use powerpc64-linux-gnu prefix (#1474)
Changelog

Sourced from cc's changelog.

1.2.25 - 2025-05-30

Other

  • make powerp64 use powerpc64-linux-gnu prefix (#1474)
Commits

Updates hyper-util from 0.1.12 to 0.1.13

Release notes

Sourced from hyper-util's releases.

v0.1.13

tl;dr

  • Fix HttpConnector to always prefer IPv6 addresses first, if happy eyeballs is enabled.
  • Fix legacy::Client to return better errors if available on the connection.

What's Changed

New Contributors

Full Changelog: hyperium/hyper-util@v0.1.12...v0.1.13

Changelog

Sourced from hyper-util's changelog.

0.1.13 (2025-05-27)

  • Fix HttpConnector to always prefer IPv6 addresses first, if happy eyeballs is enabled.
  • Fix legacy::Client to return better errors if available on the connection.
Commits
  • 2c3c55f v0.1.13
  • a01e6b2 fix(client): improve client errors details if available (#184)
  • fc1d699 refactor(client): add socket addr to ConnectError
  • 0959d46 refactor(client): return the first connect error, not the last
  • 6328823 refactor(client): don't allocate for ConnectError messages
  • 3a971c9 Fix some clippy lints (#196)
  • 2b2c352 refactor: limit dependency futures-util to tests and client-legacy (#192)
  • 1bcd489 chore(test): make proxy test robust wrt IPv4/v6 (#195)
  • d3b8440 fix(client): prefer IPv6 addresses before IPv4 even if resolver ordered diffe...
  • See full diff in compare view

Updates lock_api from 0.4.12 to 0.4.13

Changelog

Sourced from lock_api's changelog.

lock_api - 0.4.13 - 2025-05-29

  • Remove warnings due to new lint on unknown cfgs

parking_lot 0.12.3 (2024-05-24)

  • Export types provided by arc_lock feature (#442)
Commits
  • df66e66 Update CHANGELOG.md
  • bc72f02 chore: release
  • 7bd09e2 Merge pull request #469 from Amanieu/release-plz-changelog
  • 965216f Use a single changelog with release-plz
  • 398560e Merge pull request #467 from Amanieu/release-plz
  • a7c490f Add release-plz for automatic releases
  • 4989a4f Merge pull request #466 from Amanieu/issue-465
  • 249cb2a Fix parked upgraders potentially not being woken up after a write lock
  • a0d2de0 Fix clearing PARKED_WRITER_BIT after a timeout
  • 03b0192 Merge pull request #464 from Amanieu/ci-msrv
  • Additional commits viewable in compare view

Updates num_cpus from 1.16.0 to 1.17.0

Changelog

Sourced from num_cpus's changelog.

v1.17.0

Fixes

  • update hermit-abi to 0.5.0
  • remove special support for nacl
Commits

Updates openssl from 0.10.72 to 0.10.73

Release notes

Sourced from openssl's releases.

openssl-v0.10.73

What's Changed

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.72...openssl-v0.10.73

Commits

Updates openssl-sys from 0.9.108 to 0.9.109

Release notes

Sourced from openssl-sys's releases.

openssl-sys-v0.9.109

What's Changed

Full Changelog: rust-openssl/rust-openssl@openssl-sys-v0.9.108...openssl-sys-v0.9.109

Commits

Updates parking_lot_core from 0.9.10 to 0.9.11

Changelog

Sourced from parking_lot_core's changelog.

parking_lot_core - 0.9.11 - 2025-05-29

  • Use Release/Acquire ordering in thread_parker::windows::Backend::create
  • Remove warnings due to new lint on unknown cfgs

lock_api - 0.4.13 - 2025-05-29

  • Remove warnings due to new lint on unknown cfgs

parking_lot 0.12.3 (2024-05-24)

  • Export types provided by arc_lock feature (#442)
Commits
  • df66e66 Update CHANGELOG.md
  • bc72f02 chore: release
  • 7bd09e2 Merge pull request #469 from Amanieu/release-plz-changelog
  • 965216f Use a single changelog with release-plz
  • 398560e Merge pull request #467 from Amanieu/release-plz
  • a7c490f Add release-plz for automatic releases
  • 4989a4f Merge pull request #466 from Amanieu/issue-465
  • 249cb2a Fix parked upgraders potentially not being woken up after a write lock
  • a0d2de0 Fix clearing PARKED_WRITER_BIT after a timeout
  • 03b0192 Merge pull request #464 from Amanieu/ci-msrv
  • Additional commits viewable in compare view

Updates socket2 from 0.5.9 to 0.5.10

Changelog

Sourced from socket2's changelog.

0.5.10

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 pointercrate group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.15` | `0.12.18` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.24` | `1.2.25` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.12` | `0.1.13` |
| [lock_api](https://github.com/Amanieu/parking_lot) | `0.4.12` | `0.4.13` |
| [num_cpus](https://github.com/seanmonstar/num_cpus) | `1.16.0` | `1.17.0` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.72` | `0.10.73` |
| [openssl-sys](https://github.com/sfackler/rust-openssl) | `0.9.108` | `0.9.109` |
| [parking_lot_core](https://github.com/Amanieu/parking_lot) | `0.9.10` | `0.9.11` |
| [socket2](https://github.com/rust-lang/socket2) | `0.5.9` | `0.5.10` |


Updates `reqwest` from 0.12.15 to 0.12.18
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.15...v0.12.18)

Updates `cc` from 1.2.24 to 1.2.25
- [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.24...cc-v1.2.25)

Updates `hyper-util` from 0.1.12 to 0.1.13
- [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.12...v0.1.13)

Updates `lock_api` from 0.4.12 to 0.4.13
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@lock_api-0.4.12...lock_api-v0.4.13)

Updates `num_cpus` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/seanmonstar/num_cpus/releases)
- [Changelog](https://github.com/seanmonstar/num_cpus/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/num_cpus@v1.16.0...v1.17.0)

Updates `openssl` from 0.10.72 to 0.10.73
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.72...openssl-v0.10.73)

Updates `openssl-sys` from 0.9.108 to 0.9.109
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-sys-v0.9.108...openssl-sys-v0.9.109)

Updates `parking_lot_core` from 0.9.10 to 0.9.11
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@core-0.9.10...parking_lot_core-v0.9.11)

Updates `socket2` from 0.5.9 to 0.5.10
- [Release notes](https://github.com/rust-lang/socket2/releases)
- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/socket2/commits)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-version: 0.12.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: cc
  dependency-version: 1.2.25
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: hyper-util
  dependency-version: 0.1.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: lock_api
  dependency-version: 0.4.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: num_cpus
  dependency-version: 1.17.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pointercrate
- dependency-name: openssl
  dependency-version: 0.10.73
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: openssl-sys
  dependency-version: 0.9.109
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: parking_lot_core
  dependency-version: 0.9.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
- dependency-name: socket2
  dependency-version: 0.5.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: pointercrate
...

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 Jun 1, 2025
@stadust stadust merged commit a0bec11 into master Jun 1, 2025
2 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/pointercrate-caeb9021a7 branch June 1, 2025 18:55
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.

2 participants