From ad817185140da0cb259f4021767cc09b3d4a461b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 21:32:51 +0000 Subject: [PATCH] Bump hyper from 0.14.14 to 0.14.15 (#3065) Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.14 to 0.14.15. - [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.14.14...v0.14.15) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: teor --- Cargo.lock | 4 ++-- zebrad/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d9d2da0bc..964fba2cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1557,9 +1557,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.14" +version = "0.14.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b" +checksum = "436ec0091e4f20e655156a30a0df3770fe2900aa301e548e08446ec794b6953c" dependencies = [ "bytes 1.1.0", "futures-channel", diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 44960db60..6befbbd87 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -21,7 +21,7 @@ serde = { version = "1", features = ["serde_derive"] } toml = "0.5" chrono = "0.4" -hyper = { version = "0.14.13", features = ["full"] } +hyper = { version = "0.14.15", features = ["full"] } futures = "0.3" tokio = { version = "1.14.0", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tower = { version = "0.4.9", features = ["hedge", "limit"] }