From c28f96d00c95d4d33bdc0ee5a0b55071e6405c97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:50:29 +0000 Subject: [PATCH] Update axum requirement from 0.6.0-rc.2 to 0.8.0-rc.1 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.6.0-rc.2...axum-v0.8.0-rc.1) --- updated-dependencies: - dependency-name: axum 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 2323f08..ea41870 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,4 +22,4 @@ http-body = "0.4" tokio = { version = "1", features = ["full"] } hyper = { version = "0.14", features = ["full"] } tower = { version = "0.4", features = ["full"] } -axum = "0.6.0-rc.2" +axum = "0.8.0-rc.1"