Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Updates the requirements on hyper-openssl to permit the latest version.

Changelog

Sourced from hyper-openssl's changelog.

[v0.7.0] - 2018-11-13

Changed

  • Upgraded tokio-openssl to 0.3. Handshake errors now return openssl::ssl::HandshakeError
    rather than openssl::ssl::Error.

[v0.6.2] - 2018-11-07

Added

  • Added ALPN support. If the h2 protocol is selected during the handshake via ALPN, the connector
    will automatically indicate that to Hyper via the Connected::negotiated_h2 method. The
    HttpsConnector::new method configures ALPN to support both the h2 and http/1.1 protocols.
    Code using HttpsConnector::with_connector will need to configure ALPN manually.

[v0.6.1] - 2018-06-13

Changed

  • MaybeHttpsStream now delegates AsyncRead::read_buf and AsyncWrite::write_buf to support
    readv/writev over HTTP connections.

[v0.6.0] - 2018-06-04

Changed

  • Upgraded to hyper 0.12.
  • The callback closure now takes a &Destination rather than a &URI to match what Hyper provides
    to connectors.

[v0.5.0] - 2018-02-18

Changed

  • The HttpsConnector::with_connector function now takes an SslConnectorBuilder rather than an
    SslConnector due to a change in the session caching implementation. This is requried to
    properly support TLSv1.3.

[v0.4.1] - 2018-01-11

Changed

  • Stopped enabling default features for hyper.

[v0.4.0] - 2018-01-11

Removed

  • The HttpsConnector::danger_disable_hostname_verification method has been removed. Instead, use
... (truncated)
Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 21, 2019
@dependabot-preview
Copy link
Contributor Author

Superseded by #40.

@dependabot-preview dependabot-preview bot deleted the dependabot/cargo/vault-api/hyper-openssl-0.7 branch December 11, 2019 05:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants