Skip to content

chore(deps): update reqwest requirement from 0.12 to 0.13 in the all-dependencies group across 1 directory - #38

Merged
cmackenzie1 merged 2 commits into
mainfrom
dependabot/cargo/all-dependencies-f519650509
May 19, 2026
Merged

chore(deps): update reqwest requirement from 0.12 to 0.13 in the all-dependencies group across 1 directory#38
cmackenzie1 merged 2 commits into
mainfrom
dependabot/cargo/all-dependencies-f519650509

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Updates the requirements on reqwest to permit the latest version.
Updates reqwest to 0.12.28

Release notes

Sourced from reqwest's releases.

v0.12.28

What's Changed

Full Changelog: seanmonstar/reqwest@v0.12.27...v0.12.28

Changelog

Sourced from reqwest's changelog.

v0.12.28

  • Fix compiling on Windows if TLS and SOCKS features are not enabled.

v0.12.27

  • Add ClientBuilder::windows_named_pipe(name) option that will force all requests over that Windows Named Piper.

v0.12.26

  • Fix sending Accept-Encoding header only with values configured with reqwest, regardless of underlying tower-http config.

v0.12.25

  • Add Error::is_upgrade() to determine if the error was from an HTTP upgrade.
  • Fix sending Proxy-Authorization if only username is configured.
  • Fix sending Proxy-Authorization to HTTPS proxies when the target is HTTP.
  • Refactor internal decompression handling to use tower-http.

v0.12.24

  • Refactor cookie handling to an internal middleware.
  • Refactor internal random generator.
  • Refactor base64 encoding to reduce a copy.
  • Documentation updates.

v0.12.23

  • Add ClientBuilder::unix_socket(path) option that will force all requests over that Unix Domain Socket.
  • Add ClientBuilder::retry(policy) and reqwest::retry::Builder to configure automatic retries.
  • Add ClientBuilder::dns_resolver2() with more ergonomic argument bounds, allowing more resolver implementations.
  • Add http3_* options to blocking::ClientBuilder.
  • Fix default TCP timeout values to enabled and faster.
  • Fix SOCKS proxies to default to port 1080
  • (wasm) Add cache methods to RequestBuilder.

v0.12.22

  • Fix socks proxies when resolving IPv6 destinations.

v0.12.21

  • Fix socks proxy to use socks4a:// instead of socks4h://.
  • Fix Error::is_timeout() to check for hyper and IO timeouts too.
  • Fix request Error to again include URLs when possible.
  • Fix socks connect error to include more context.
  • (wasm) implement Default for Body.

v0.12.20

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 6, 2026
@cmackenzie1

Copy link
Copy Markdown
Owner

@dependabot recreate

Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.

Updates `reqwest` to 0.12.28
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.0...v0.12.28)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-version: 0.12.28
  dependency-type: direct:production
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): update reqwest requirement from 0.12 to 0.13 in the all-dependencies group chore(deps): update reqwest requirement from 0.12 to 0.13 in the all-dependencies group across 1 directory May 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/all-dependencies-f519650509 branch from bc804b3 to 2bb6124 Compare May 19, 2026 19:47
reqwest 0.13 renamed rustls-tls -> rustls and
rustls-tls-native-roots -> rustls-native-certs.

https://claude.ai/code/session_015qwwPPWt7FRypWytWaUMdf
@cmackenzie1
cmackenzie1 merged commit e6527b5 into main May 19, 2026
1 check passed
@cmackenzie1
cmackenzie1 deleted the dependabot/cargo/all-dependencies-f519650509 branch May 19, 2026 19:55
@codecov

codecov Bot commented May 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.09%. Comparing base (2ac475f) to head (eab9e66).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   87.09%   87.09%           
=======================================
  Files           3        3           
  Lines         558      558           
=======================================
  Hits          486      486           
  Misses         72       72           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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