From 83ee4c2ca3254394fd68c22904edf097680046d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 19:45:46 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed5a8407..ccfb2c2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index ca8737bd..1c0c122f 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -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"