From 4cf7334181ef3c5572cab1a7164e34bdf4312745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 17:30:04 +0000 Subject: [PATCH] chore: Update hyper-staticfile requirement from 0.9.4 to 0.10.0 Updates the requirements on [hyper-staticfile](https://github.com/stephank/hyper-staticfile) to permit the latest version. - [Release notes](https://github.com/stephank/hyper-staticfile/releases) - [Commits](https://github.com/stephank/hyper-staticfile/compare/v0.9.4...v0.10.0) --- updated-dependencies: - dependency-name: hyper-staticfile dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a90fcd5..04baa43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ name = "http-sh" clap = { version = "4.1.4", features = ["derive", "wrap_help"] } tokio = { version = "1", features = ["full"] } hyper = { version = "0.14", features = ["server", "http1", "http2", "runtime"] } -hyper-staticfile = "0.9.4" +hyper-staticfile = "0.10.0" futures = "0.3" tokio-util = { version = "0.7.3", features = ["full"] } url = "2.3.1"