From 16c756682b31256f8cc85753d584df6a730d8bf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:11:38 +0000 Subject: [PATCH] Update axum requirement from 0.7 to 0.8 in /{{project-name}} 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/commits) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- {{project-name}}/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{project-name}}/Cargo.toml b/{{project-name}}/Cargo.toml index 9d8c06b..bb3a288 100644 --- a/{{project-name}}/Cargo.toml +++ b/{{project-name}}/Cargo.toml @@ -7,7 +7,7 @@ authors = ["{{authors}}"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = "0.7" +axum = "0.8" tracing-appender = "0.2" tokio = { version = "1", features = ["full"] } tower-http= { version = "0.6", features = ["cors", "tracing", "trace"] }