From 4c49e0b43b81b2561d91e343c81b98006d97a9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 01:12:28 +0000 Subject: [PATCH] Update axum requirement from 0.6.0-rc.2 to 0.8.2 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.2) --- 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..e06d9cf 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.2"