From 05d1d8b915b0c3dadb457cc6315f8f9d0a0de2aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 04:26:52 +0000 Subject: [PATCH] Bump hyper from 0.14.20 to 0.14.22 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.20 to 0.14.22. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.22/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.20...v0.14.22) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ee45d39..100b386 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,7 +176,7 @@ dependencies = [ [[package]] name = "encrypted-dns" -version = "0.9.9" +version = "0.9.10" dependencies = [ "anyhow", "byteorder", @@ -440,9 +440,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.20" +version = "0.14.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" +checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index e7c7727..fbd2d08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ env_logger = { version = "0.9.1", default-features = false, features = [ "humantime", ] } futures = { version = "0.3.24", features = ["async-await"] } -hyper = { version = "0.14.20", default_features = false, features = [ +hyper = { version = "0.14.22", default_features = false, features = [ "server", "http1", ], optional = true }