diff --git a/Cargo.lock b/Cargo.lock index aae3edd..d593c79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,7 +641,7 @@ dependencies = [ "env_logger", "flate2", "http 1.1.0", - "hyper 1.3.1", + "hyper 1.4.0", "hyper-staticfile", "hyper-util", "log", @@ -1179,9 +1179,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.3.1" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" +checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc" dependencies = [ "bytes", "futures-channel", @@ -1222,7 +1222,7 @@ dependencies = [ "http 1.1.0", "http-range", "httpdate", - "hyper 1.3.1", + "hyper 1.4.0", "mime_guess", "percent-encoding", "rand", @@ -1241,7 +1241,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.0", - "hyper 1.3.1", + "hyper 1.4.0", "pin-project-lite", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 796bce2..6b5f980 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ clap = { version = "4.5.8", features = ["cargo"] } env_logger = "0.11.3" flate2 = "1.0.30" http = "1.1.0" -hyper = { version = "1.3.1", features = ["http1", "server"] } +hyper = { version = "1.4.0", features = ["http1", "server"] } hyper-staticfile = "0.10.0" hyper-util = { version = "0.1.5", features = ["tokio"] } log = "0.4.22"