Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 26, 2024

This PR contains the following updates:

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

Release Notes

seanmonstar/reqwest (reqwest)

v0.12.15

Compare Source

  • Fix Windows to support both ProxyOverride and NO_PROXY.
  • Fix http3 to support streaming response bodies.
  • Fix http3 dependency from public API misuse.

v0.12.14

Compare Source

What's Changed

Full Changelog: seanmonstar/reqwest@v0.12.13...v0.12.14

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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate bot added the 📦 type: update deps Updating dependencies or libraries label Dec 26, 2024
@renovate renovate bot requested a review from chikof as a code owner December 26, 2024 18:48
@renovate renovate bot changed the title Update Rust crate reqwest to v0.12.10 Update Rust crate reqwest to v0.12.11 Dec 27, 2024
@renovate renovate bot force-pushed the renovate/reqwest-0.x branch from 159a70b to f8ddc92 Compare December 27, 2024 17:24
@renovate renovate bot changed the title Update Rust crate reqwest to v0.12.11 Update Rust crate reqwest to v0.12.12 Dec 31, 2024
@renovate renovate bot force-pushed the renovate/reqwest-0.x branch from f8ddc92 to 9e1a428 Compare December 31, 2024 16:20
@renovate renovate bot changed the title Update Rust crate reqwest to v0.12.12 Update Rust crate reqwest to v0.12.13 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/reqwest-0.x branch from 9e1a428 to 223fa7d Compare March 11, 2025 22:33
@renovate renovate bot changed the title Update Rust crate reqwest to v0.12.13 Update Rust crate reqwest to v0.12.14 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/reqwest-0.x branch from 223fa7d to 8e660b0 Compare March 12, 2025 19:36
@renovate renovate bot changed the title Update Rust crate reqwest to v0.12.14 Update Rust crate reqwest to v0.12.15 Mar 18, 2025
@renovate renovate bot force-pushed the renovate/reqwest-0.x branch from 8e660b0 to 16c5b9c Compare March 18, 2025 18:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

📦 type: update deps Updating dependencies or libraries

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant