From 23bfbde22a7d6ffbdc3c068a432626ea0240ed5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 09:19:16 +0000 Subject: [PATCH] Update hyper-staticfile requirement from 0.9 to 0.10 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.0...v0.9.5) --- 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 fc2b171e2..fe75297b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ quick-xml = "0.34.0" csv = "1.2" serde-xml-rs = "0.6" axum = "0.6.20" -hyper-staticfile = "0.9" +hyper-staticfile = "0.10" httparse = "1.8" sha-1 = "0.10.1" waker-fn = "1.1.0"