Update hyper requirement from 0.10 to 0.13

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.10.0...v0.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-12-11 05:05:16 +00:00 committed by GitHub
parent da3ceb7e92
commit 1d96c0e644
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ edition = "2018"
clap = "2"
flate2 = "1"
horrorshow = "0.7"
hyper = "0.10"
hyper = "0.13"
hyper-native-tls = "0.3"
iron = "0.6"
log = "0.4"