Update hyper requirement from 0.12.35 to 0.13.0

Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.12.35...v0.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-11 05:02:57 +00:00 committed by GitHub
parent 49c5ebd9fb
commit cbca8551b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ tls = ["native-tls", "tokio-tls"]
base64 = "0.11" base64 = "0.11"
clap = "2.33.0" clap = "2.33.0"
futures = "0.1.29" futures = "0.1.29"
hyper = "0.12.35" hyper = "0.13.0"
jemallocator = "0" jemallocator = "0"
native-tls = { version = "0.2.3", optional = true } native-tls = { version = "0.2.3", optional = true }
tokio = "0.1.22" tokio = "0.1.22"