From eb147115a5f4db091a054742f3b34a8f706a9959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 03:42:23 +0000 Subject: [PATCH] Update axum requirement from 0.7.5 to 0.8.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/commits) --- updated-dependencies: - dependency-name: axum dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- channel/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel/Cargo.toml b/channel/Cargo.toml index 4345a89..bc50f14 100644 --- a/channel/Cargo.toml +++ b/channel/Cargo.toml @@ -33,7 +33,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } futures = "0.3" # futures-util = { version = "0.3.30"} -axum = { version = "0.7.5", features = ["default", "ws"] } +axum = { version = "0.8.1", features = ["default", "ws"] } axum-extra = { version = "0.9.3" } warp = { version = "0.3", features = ["default"] }