Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Bump reqwest from 0.9.15 to 0.9.16 #4089

Merged
merged 1 commit into from
May 1, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps reqwest from 0.9.15 to 0.9.16.

Changelog

Sourced from reqwest's changelog.

v0.9.16

  • Add Response::text_with_charset() to allow setting the default charset to decode.
  • Add Error::source() implementation.
  • Add async::ClientBuilder::timeout() option, will timeout the connect, request, and response body futures.
  • Fix gzip + chunked transfer encoding issue preventing connection reuse.
  • Fix RequestBuilder::query() to not add just "?" if the encoded query is empty.
  • Fix including new cookie headers when response is a redirect.
Commits
  • bf5a268 v0.9.16
  • e0a52dc Include new cookie header after a redirect (#514)
  • 66a88d9 Add doc-comment to test README examples (#515)
  • 15595ac update trust-dns-resolver to 0.11 (#513)
  • 40550ae Allow user to specify a default encoding when reading Response to text (#511)
  • 6df910a re-add Error::cause() impl
  • 29f7fa7 combine ClientError and ServerError into Status kind
  • 45484d8 implement Error::source()
  • 1785094 remove some noise from Error debug format
  • e4b91ad improve error messages from gzip decoder
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.15 to 0.9.16.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.9.15...v0.9.16)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@codecov
Copy link

codecov bot commented Apr 30, 2019

Codecov Report

Merging #4089 into master will decrease coverage by <.1%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #4089     +/-   ##
========================================
- Coverage    77.7%   77.7%   -0.1%     
========================================
  Files         163     163             
  Lines       27924   27924             
========================================
- Hits        21704   21703      -1     
- Misses       6220    6221      +1

1 similar comment
@codecov
Copy link

codecov bot commented Apr 30, 2019

Codecov Report

Merging #4089 into master will decrease coverage by <.1%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #4089     +/-   ##
========================================
- Coverage    77.7%   77.7%   -0.1%     
========================================
  Files         163     163             
  Lines       27924   27924             
========================================
- Hits        21704   21703      -1     
- Misses       6220    6221      +1

@garious garious merged commit 1e2ba11 into master May 1, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/reqwest-0.9.16 branch May 1, 2019 20:25
bw-solana pushed a commit to bw-solana/solana that referenced this pull request Dec 18, 2024
…4044) (solana-labs#4089)

* Reclaims more old accounts in `clean` (solana-labs#4044)

(cherry picked from commit 3d43824)

# Conflicts:
#	accounts-db/src/accounts_db.rs
#	accounts-db/src/accounts_db/tests.rs

* fix merge conflicts

---------

Co-authored-by: Brooks <brooks@anza.xyz>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants