diff --git a/Cargo.lock b/Cargo.lock index a617d1271dbe..1293ea3187e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1003,9 +1003,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.24" +version = "0.14.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" +checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" dependencies = [ "bytes", "futures-channel", diff --git a/crates/shadowsocks-service/Cargo.toml b/crates/shadowsocks-service/Cargo.toml index fc6efbc4fa14..841f90415584 100644 --- a/crates/shadowsocks-service/Cargo.toml +++ b/crates/shadowsocks-service/Cargo.toml @@ -104,7 +104,7 @@ async-trait = "0.1" socket2 = { version = "0.4", features = ["all"] } libc = "0.2" -hyper = { version = "0.14.19", optional = true, features = ["full"] } +hyper = { version = "0.14.25", optional = true, features = ["full"] } tower = { version = "0.4", optional = true } trust-dns-resolver = { version = "0.22", optional = true, features = ["serde-config"] }