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.10 to 0.9.11 #3094

Merged
merged 1 commit into from
Mar 4, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps reqwest from 0.9.10 to 0.9.11.

Changelog

Sourced from reqwest's changelog.

v0.9.11

Features

  • Add multipart::Form::percent_encode_noop() to allow for servers which don't support percent encoding of paramters.
  • Add ClientBuilder::http1_title_case_headers() to force request headers to use Title-Case.
  • Add ClientBuilder::connect_timeout() to allow setting only a connect timeout.
Commits
  • d7475d6 v0.9.11
  • 215981e Add percent_encode_noop configuration to Form (#467)
  • aa8348b Add http1_title_case_headers option to ClientBuilder (#463)
  • 4fba983 async/client: return a impl Future on execute()
  • cd0e4b3 Add Error::is_timeout() accessor
  • 9e2b56b Add connect_timeout to async and sync clients
  • 66db8d6 refactor connect_async module into connect module
  • 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.10 to 0.9.11.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.9.10...v0.9.11)

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

codecov bot commented Mar 4, 2019

Codecov Report

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

@@           Coverage Diff            @@
##           master   #3094     +/-   ##
========================================
- Coverage    78.4%   78.4%   -0.1%     
========================================
  Files         136     136             
  Lines       20122   20122             
========================================
- Hits        15792   15791      -1     
- Misses       4330    4331      +1

1 similar comment
@codecov
Copy link

codecov bot commented Mar 4, 2019

Codecov Report

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

@@           Coverage Diff            @@
##           master   #3094     +/-   ##
========================================
- Coverage    78.4%   78.4%   -0.1%     
========================================
  Files         136     136             
  Lines       20122   20122             
========================================
- Hits        15792   15791      -1     
- Misses       4330    4331      +1

@garious garious merged commit 846fdd3 into master Mar 4, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/reqwest-0.9.11 branch March 4, 2019 20:47
wen-coding pushed a commit to wen-coding/solana that referenced this pull request Oct 9, 2024
* allow setting program upgrade authority
* ensure program accounts are rent-exempt
* set clock to execution epoch
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