From c3fcac8a5cf8664222dd18b9fe2f40b0bb9e7ce0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 17:19:36 +0000 Subject: [PATCH] Bump hyper from 0.13.6 to 0.13.7 Bumps [hyper](https://github.com/hyperium/hyper) from 0.13.6 to 0.13.7. - [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.6...v0.13.7) Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- zebrad/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c1214e5..1d37855d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -804,9 +804,9 @@ checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9" [[package]] name = "hyper" -version = "0.13.6" +version = "0.13.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6e7655b9594024ad0ee439f3b5a7299369dc2a3f459b47c696f9ff676f9aa1f" +checksum = "3e68a8dd9716185d9e64ea473ea6ef63529252e3e27623295a0378a19665d5eb" dependencies = [ "bytes", "futures-channel", @@ -817,12 +817,12 @@ dependencies = [ "http-body", "httparse", "itoa", - "log", "pin-project", "socket2", "time", "tokio", "tower-service", + "tracing", "want", ] diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index ecf3f70b..40a62256 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -19,7 +19,7 @@ toml = "0.5" chrono = "0.4" rand = "0.7" -hyper = "0.13.6" +hyper = "0.13.7" futures = "0.3" tokio = { version = "0.2", features = ["time", "rt-threaded", "stream", "macros"] } tower = "0.3"