From f31d24cc960ce0de85cb769c7f6e1f857d5bfb44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 04:07:42 +0000 Subject: [PATCH] Update axum requirement from 0.7 to 0.8 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] --- askama_axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml index 229d8cff..7977d201 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -19,7 +19,7 @@ axum-core = "0.4" http = "1.0" [dev-dependencies] -axum = { version = "0.7", default-features = false } +axum = { version = "0.8", default-features = false } http-body-util = "0.1" tokio = { version = "1.0", features = ["macros", "rt"] } tower = "0.5"