From 1750f7f75d711333c43e2982ddd4a36af848c615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 04:06:57 +0000 Subject: [PATCH] Update axum-core requirement from 0.4 to 0.5 Updates the requirements on [axum-core](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-core-v0.4.0...axum-core-v0.5.0) --- updated-dependencies: - dependency-name: axum-core 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..94def73b 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" [dependencies] askama = { version = "0.13", path = "../askama", default-features = false, features = ["with-axum"] } -axum-core = "0.4" +axum-core = "0.5" http = "1.0" [dev-dependencies]