Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate reqwest to 0.11.18 #917

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
reqwest dependencies patch 0.11.13 -> 0.11.18

Release Notes

seanmonstar/reqwest

v0.11.18

Compare Source

  • Fix RequestBuilder::json() method from overriding a previously set content-type header. An existing value will be left in place.
  • Upgrade internal dependencies for rustls and compression.

v0.11.17

Compare Source

  • Upgrade internal dependencies of Experimental HTTP/3 to use quinn v0.9
  • (wasm) Fix blob url support

v0.11.16

Compare Source

  • Chore: set MSRV in Cargo.toml.
  • Docs: fix build on docs.rs

v0.11.15

Compare Source

  • Add RequestBuilder methods to split and reconstruct from its parts.
  • Add experimental HTTP/3 support.
  • Fix connection_verbose to log write_vectored calls.
  • (wasm) Make requests actually cancel if the future is dropped.

v0.11.14

Compare Source

  • Adds Proxy::no_proxy(url) that works like the NO_PROXY environment variable.
  • Adds multipart::Part::headers(headers) method to add custom headers.
  • (wasm) Add Response::bytes_stream().
  • Perf: several internal optimizations reducing copies and memory allocations.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the PR: Dependency Update A dependency was updated label Jan 19, 2023
@changeset-bot
Copy link

changeset-bot bot commented Jan 19, 2023

⚠️ No Changeset found

Latest commit: f3b00f3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Contributor

Linux Benchmarks for 9ad8d3d

benchmark current value last value diff trend
fnm_basic/median 23.87ms 20.81ms +3.05ms

fnm_basic/max 29.71ms 22.75ms +6.97ms

fnm_basic/mean 24.17ms 20.96ms +3.2ms

fnm_basic/min 22.44ms 20.29ms +2.15ms

fnm_basic/stddev 1.28ms 0.53ms +0.75ms

binary size 6800kb 6772kb +28kb

@renovate renovate bot changed the title fix(deps): update rust crate reqwest to 0.11.14 fix(deps): update rust crate reqwest to 0.11.15 Mar 23, 2023
@github-actions
Copy link
Contributor

Linux Benchmarks for 4537e79

benchmark current value last value diff trend
fnm_basic/median 20.82ms 20.81ms +0ms

fnm_basic/max 32.2ms 22.75ms +9.45ms

fnm_basic/mean 21ms 20.96ms +0.04ms

fnm_basic/min 20.34ms 20.29ms +0.05ms

fnm_basic/stddev 1.06ms 0.53ms +0.53ms

binary size 6848kb 6772kb +76kb

@renovate renovate bot changed the title fix(deps): update rust crate reqwest to 0.11.15 fix(deps): update rust crate reqwest to 0.11.16 Mar 27, 2023
@github-actions
Copy link
Contributor

Linux Benchmarks for afe3cd3

benchmark current value last value diff trend
fnm_basic/median 20.9ms 20.81ms +0.09ms

fnm_basic/max 30.29ms 22.75ms +7.55ms

fnm_basic/mean 21.58ms 20.96ms +0.61ms

fnm_basic/min 18.8ms 20.29ms -1.49ms

fnm_basic/stddev 2.48ms 0.53ms +1.95ms

binary size 6848kb 6772kb +76kb

@renovate renovate bot changed the title fix(deps): update rust crate reqwest to 0.11.16 fix(deps): update rust crate reqwest to 0.11.18 May 28, 2023
@github-actions
Copy link
Contributor

Linux Benchmarks for ac06e7e

benchmark current value last value diff trend
fnm_basic/median 21.81ms 20.81ms +1ms

fnm_basic/max 31ms 22.75ms +8.26ms

fnm_basic/mean 22.18ms 20.96ms +1.22ms

fnm_basic/min 20.8ms 20.29ms +0.51ms

fnm_basic/stddev 1.41ms 0.53ms +0.88ms

binary size 6848kb 6772kb +76kb

@github-actions
Copy link
Contributor

github-actions bot commented Jun 29, 2023

Linux Benchmarks for f3b00f3

benchmark current value last value diff trend
fnm_basic/median 28.01ms 20.3ms +7.71ms

fnm_basic/max 36.2ms 21.7ms +14.5ms

fnm_basic/mean 28.15ms 20.34ms +7.81ms

fnm_basic/min 24.31ms 19.16ms +5.15ms

fnm_basic/stddev 2.28ms 0.4ms +1.88ms

binary size 6948kb 6948kb 0

@kodiakhq kodiakhq bot merged commit db18074 into master Jun 30, 2023
16 checks passed
@kodiakhq kodiakhq bot deleted the renovate/reqwest-0.x branch June 30, 2023 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge PR: Dependency Update A dependency was updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant