Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2025

This PR contains the following updates:

Package Type Update Change
reqwest workspace.dependencies patch 0.12.9 -> 0.12.13

Release Notes

seanmonstar/reqwest (reqwest)

v0.12.13

Compare Source

  • Add Form::into_reader() for blocking multipart forms.
  • Add Form::into_stream() for async multipart forms.
  • Add support for SOCKS4a proxies.
  • Fix decoding responses with multiple zstd frames.
  • Fix RequestBuilder::form() from overwriting a previously set Content-Type header, like the other builder methods.
  • Fix cloning of request timeout in blocking::Request.
  • Fix http3 synchronization of connection creation, reducing unneccesary extra connections.
  • Fix Windows system proxy to use ProxyOverride as a NO_PROXY value.
  • Fix blocking read to correctly reserve and zero read buffer.
  • (wasm) Add support for request timeouts.
  • (wasm) Fix Error::is_timeout() to return true when from a request timeout.

v0.12.12

Compare Source

  • (wasm) Fix compilation by not compiler tokio/time on WASM.

v0.12.11

Compare Source

  • Fix decompression returning an error when HTTP/2 ends with an empty data frame.

v0.12.10

Compare Source

  • Add ClientBuilder::connector_layer() to allow customizing the connector stack.
  • Add ClientBuilder::http2_max_header_list_size() option.
  • Fix propagating body size hint (content-length) information when wrapping bodies.
  • Fix decompression of chunked bodies so the connections can be reused more often.

Configuration

📅 Schedule: Branch creation - "before 6am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@coveralls
Copy link

coveralls commented Feb 17, 2025

Pull Request Test Coverage Report for Build 13797416171

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 13 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.1%) to 75.942%

Files with Coverage Reduction New Missed Lines %
crates/watcher/src/lib.rs 4 92.71%
crates/tap-agent/src/agent/sender_account.rs 9 75.87%
Totals Coverage Status
Change from base Build 13761829738: -0.1%
Covered Lines: 8422
Relevant Lines: 11090

💛 - Coveralls

@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch 5 times, most recently from 3dcd9fc to 82c3e1c Compare February 24, 2025 05:50
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch 5 times, most recently from a480d6c to db48260 Compare March 3, 2025 06:23
@suchapalaver suchapalaver enabled auto-merge (rebase) March 4, 2025 15:52
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch 3 times, most recently from 47c8619 to 70ebb9e Compare March 10, 2025 10:01
@renovate renovate bot force-pushed the renovate/reqwest-0.x-lockfile branch from 70ebb9e to 13e908a Compare March 11, 2025 20:20
@renovate renovate bot changed the title chore(deps): update rust crate reqwest to v0.12.12 chore(deps): update rust crate reqwest to v0.12.13 Mar 11, 2025
@renovate renovate bot merged commit 5388907 into main Mar 12, 2025
10 checks passed
@renovate renovate bot deleted the renovate/reqwest-0.x-lockfile branch March 12, 2025 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants