From b44413db2217bc0e1348534244f94d447e07d9e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 04:19:27 +0000 Subject: [PATCH] build(deps): 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] <support@github.com> --- examples/axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/axum/Cargo.toml b/examples/axum/Cargo.toml index ec175354..eedd715d 100644 --- a/examples/axum/Cargo.toml +++ b/examples/axum/Cargo.toml @@ -3,7 +3,7 @@ name = "axum-example" edition = "2021" [dependencies] -axum = "0.7" +axum = "0.8" tokio = "1" [target.'cfg(target_os = "hermit")'.dependencies] -- GitLab