Bump hyper from 0.13.1 to 0.13.2

Bumps [hyper](https://github.com/hyperium/hyper) from 0.13.1 to 0.13.2.
- [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.13.1...v0.13.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-29 20:54:24 +00:00 committed by Deirdre Connolly
parent ab342b42c4
commit dd24dbece3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -575,9 +575,9 @@ checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
[[package]]
name = "hyper"
version = "0.13.1"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bf49cfb32edee45d890537d9057d1b02ed55f53b7b6a30bae83a38c9231749e"
checksum = "fa1c527bbc634be72aa7ba31e4e4def9bbb020f5416916279b7c705cd838893e"
dependencies = [
"bytes",
"futures-channel",

View File

@ -22,7 +22,7 @@ tracing-futures = "0.2"
tracing-subscriber = "0.1"
tracing-log = "0.1"
hyper = "0.13.1"
hyper = "0.13.2"
tower = "0.3"