diff --git a/Cargo.lock b/Cargo.lock index 123580a53cc7..5ea55f873154 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1295,9 +1295,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a" +checksum = "9f24ce812868d86d19daa79bf3bf9175bc44ea323391147a5e3abde2a283871b" dependencies = [ "bytes", "futures-channel", diff --git a/crates/shadowsocks-service/Cargo.toml b/crates/shadowsocks-service/Cargo.toml index d223e01895f2..7c4fcb960512 100644 --- a/crates/shadowsocks-service/Cargo.toml +++ b/crates/shadowsocks-service/Cargo.toml @@ -153,7 +153,7 @@ async-trait = "0.1" socket2 = { version = "0.5", features = ["all"] } libc = "0.2.141" -hyper = { version = "1.2", optional = true, features = ["full"] } +hyper = { version = "1.3", optional = true, features = ["full"] } http-body-util = { version = "0.1", optional = true } hickory-resolver = { version = "0.24", optional = true, features = [