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.9 to 0.9.10 #2821

Merged
merged 1 commit into from
Feb 18, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps reqwest from 0.9.9 to 0.9.10.

Changelog

Sourced from reqwest's changelog.

v0.9.10

Features

  • Add ClientBuilder::local_address() to bind to a local IP address.
  • Add Response::error_for_status_ref() to return an Error while borrowing a Response.

Fixes

  • Fix Identity::from_pem with rustls-tls backend when using RSA private keys.
Commits
  • 5deb570 v0.9.10
  • f96f945 Fixing Identity::from_pem which was failing when there was a PKCS1 RSA privat...
  • e49f5ee add Response::error_for_status_ref to allow borrowing (#457)
  • 0c84e6b async/request: add a basic example for send()
  • 8b62f47 async/request: return a impl Future on send()
  • 5e38b41 async/reponse: return a impl Future on json()
  • 7eae51f add form-urlencoded unit test
  • 4dc679d Add ClientBuilder::local_address option to bind to a local IP address (#451)
  • 8ed9e60 Correcting 404 on example/simple.rs (#449)
  • 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
  • @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.

@codecov
Copy link

codecov bot commented Feb 18, 2019

Codecov Report

Merging #2821 into master will decrease coverage by 4.8%.
The diff coverage is n/a.

@@           Coverage Diff            @@
##           master   #2821     +/-   ##
========================================
- Coverage    77.4%   72.6%   -4.9%     
========================================
  Files         125     125             
  Lines       19050   20309   +1259     
========================================
- Hits        14752   14751      -1     
- Misses       4298    5558   +1260

@garious garious merged commit 11b14bd into master Feb 18, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/reqwest-0.9.10 branch February 18, 2019 20:29
Lichtso added a commit to Lichtso/solana that referenced this pull request Sep 5, 2024
* Fixes two bugs in loader-v4.

* Adds instructions_to_load_program_of_loader_v4() and load_program_of_loader_v4().
Removes load_and_finalize_program() and load_program().
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