From 27d11b97d989e922f7aa89c64b66083c3e993438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:03:41 +0000 Subject: [PATCH] build(deps): update axum requirement from 0.7.9 to 0.8.9 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.9...axum-v0.8.9) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.9 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 dcdf7cb..194a751 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] async-trait = "0.1" -axum = { version = "0.7.9", features = ["tracing", "multipart", "macros"] } +axum = { version = "0.8.9", features = ["tracing", "multipart", "macros"] } axum-server = { version = "0.8.0", features = ["rustls", "tls-rustls"] } azure_blob_uploader = "0.1.4" azure_storage = "0.21.0"