From a7424fb1569819e23a9d50b30415907fdb4268a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:52:23 +0000 Subject: [PATCH] Update axum requirement from 0.7.5 to 0.8.1 Updates the requirements on [axum](https://github.com/tokio-rs/axum) to permit the latest version. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.7.5...axum-v0.7.9) --- updated-dependencies: - dependency-name: axum 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 1e27df97f..916cd2599 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -177,7 +177,7 @@ duration-str = "0.11.2" quick-xml = "0.37.1" csv = "1.2" serde-xml-rs = "0.6" -axum = "0.7.5" +axum = "0.8.1" hyper-staticfile = "0.10.0" httparse = "1.8" sha-1 = "0.10.1"