From 9786cd632945f15bad15ef3c8b2f278bf48a0091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 04:11:09 +0000 Subject: [PATCH] Bump hyper from 0.14.13 to 0.14.14 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.13 to 0.14.14. - [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.13...v0.14.14) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/shadowsocks-service/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10c55f5..64dd7ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -602,9 +602,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.13" +version = "0.14.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15d1cfb9e4f68655fa04c01f59edb405b6074a0f7118ea881e5026e4a1cd8593" +checksum = "2b91bb1f221b6ea1f1e4371216b70f40748774c2fb5971b450c07773fb92d26b" dependencies = [ "bytes", "futures-channel", diff --git a/crates/shadowsocks-service/Cargo.toml b/crates/shadowsocks-service/Cargo.toml index 485e91a..a5c9460 100644 --- a/crates/shadowsocks-service/Cargo.toml +++ b/crates/shadowsocks-service/Cargo.toml @@ -98,7 +98,7 @@ mio = { version = "0.7", optional = true } socket2 = { version = "0.4", features = ["all"] } libc = "0.2" -hyper = { version = "0.14.7", optional = true, features = ["full"] } +hyper = { version = "0.14.14", optional = true, features = ["full"] } tower = { version = "0.4", optional = true } trust-dns-resolver = { version = "0.20.3", optional = true, features = ["serde-config"] }