From 3ba22e41729ae547678c18896cfdf05b068505f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 09:17:56 +0000 Subject: [PATCH] Update axum requirement from 0.7.4 to 0.8.2 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.4...axum-v0.8.2) --- 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 b0fad5d..e29195a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ mockito = "1.0.2" csv = "1.1" log = "0.4" env_logger = "0.11.0" -axum = { version = "0.7.4", features = ["macros"] } +axum = { version = "0.8.2", features = ["macros"] } tokio = { version = "1.36.0", features = ["full"] } tower-http = { version = "0.6.1", features = ["cors"] } utoipa = { version = "4.2.0", features = ["axum_extras"] }