From 9a209960a7da9aaee9a909e8adbe1472177af308 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 14:28:04 +0000 Subject: [PATCH] Bump hyper-staticfile from 0.9.6 to 0.10.1 Bumps [hyper-staticfile](https://github.com/stephank/hyper-staticfile) from 0.9.6 to 0.10.1. - [Release notes](https://github.com/stephank/hyper-staticfile/releases) - [Commits](https://github.com/stephank/hyper-staticfile/compare/v0.9.6...v0.10.1) --- updated-dependencies: - dependency-name: hyper-staticfile dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- josh-proxy/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58d3f18f..43a021e0 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 45eb684a..ac3fc4b7 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"