From bd0569066c0e756ebaadc777c88dbf386ef7f57e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:36:46 +0000 Subject: [PATCH] Update axum-extra requirement from 0.9.3 to 0.10.0 Updates the requirements on [axum-extra](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-extra-v0.9.3...axum-extra-v0.10.0) --- updated-dependencies: - dependency-name: axum-extra 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 597eff1..88d948d 100644 --- a/channel/Cargo.toml +++ b/channel/Cargo.toml @@ -30,7 +30,7 @@ futures = "0.3" # futures-util = { version = "0.3.30"} axum = { version = "0.7.5", features = ["default", "ws"] } -axum-extra = { version = "0.9.3" } +axum-extra = { version = "0.10.0" } warp = { version = "0.3", features = ["default"] }