Bump hyper from 0.13.4 to 0.13.5

Bumps [hyper](https://github.com/hyperium/hyper) from 0.13.4 to 0.13.5.
- [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.4...v0.13.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-04-17 19:45:46 +00:00
parent b53be18c8f
commit 83ee4c2ca3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -650,9 +650,9 @@ checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
[[package]]
name = "hyper"
version = "0.13.4"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed6081100e960d9d74734659ffc9cc91daf1c0fc7aceb8eaa94ee1a3f5046f2e"
checksum = "96816e1d921eca64d208a85aab4f7798455a8e34229ee5a88c935bdee1b78b14"
dependencies = [
"bytes",
"futures-channel",

View File

@ -21,7 +21,7 @@ tracing = "0.1"
tracing-futures = "0.2"
tracing-log = "0.1"
hyper = "0.13.4"
hyper = "0.13.5"
tower = "0.3"