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.17 to 0.9.18 #4656

Merged
merged 1 commit into from
Jun 21, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps reqwest from 0.9.17 to 0.9.18.

Changelog

Sourced from reqwest's changelog.

v0.9.18

  • Fix Cookie headers to no longer send as percent-encoded (instead, exactly as sent by the server).
Commits
  • 9f25640 v0.9.18
  • fabfa3e Update docs about cookie store
  • 6e5ee3b disable percent encoding of cookie name/value when sending request
  • 5096e12 Use executor::enter before blocking a thread in wait
  • a701e93 fix redundant TLSError import warning
  • 964d87c Update trait object syntax to use 'dyn'
  • 1d26d7b fix the travis android build (#528)
  • 2a64140 ci: fix appveyor build for backtrace-sys dependency (#526)
  • 9f22f46 Clarify correct specification of dependency on serde (#525)
  • See full diff 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.17 to 0.9.18.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.9.17...v0.9.18)

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

codecov bot commented Jun 18, 2019

Codecov Report

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

@@           Coverage Diff            @@
##           master   #4656     +/-   ##
========================================
+ Coverage    78.5%   78.5%   +<.1%     
========================================
  Files         184     184             
  Lines       32673   32673             
========================================
+ Hits        25651   25653      +2     
+ Misses       7022    7020      -2

@mvines mvines merged commit 20db335 into master Jun 21, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/reqwest-0.9.18 branch June 21, 2019 15:51
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.

1 participant