diff --git a/Cargo.lock b/Cargo.lock index 89cfbfc6..74fe2fee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1641,15 +1641,15 @@ dependencies = [ [[package]] name = "hyper-staticfile" -version = "0.9.6" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cae01e93c7c6172c525c8bd3e06c42bd8189b4f1db28caae20c4c749a583041" +checksum = "bc4bce64c32578957926e75f832032f81ebb30bcee74f86c5848b13a69e547eb" dependencies = [ "futures-util", - "http 0.2.12", + "http 1.3.1", "http-range", "httpdate", - "hyper 0.14.32", + "hyper 1.7.0", "mime_guess", "percent-encoding", "rand 0.8.5", diff --git a/josh-proxy/Cargo.toml b/josh-proxy/Cargo.toml index cfe37764..4420b112 100644 --- a/josh-proxy/Cargo.toml +++ b/josh-proxy/Cargo.toml @@ -18,7 +18,7 @@ clap = { workspace = true } futures = { workspace = true } hyper = { version = "0.14.31", features = ["stream"] } hyper-reverse-proxy = { workspace = true } -hyper-staticfile = "0.9.6" +hyper-staticfile = "0.10.1" hyper-tls = "0.5.0" hyper_cgi = { path = "../hyper_cgi" } indoc = "2.0.5"