From 424e32b80a169b7c8a414d958a03b9e0c19adf32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 14:04:59 +0000 Subject: [PATCH] chore(deps): update axum-extra requirement in /veza-stream-server 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.0...axum-extra-v0.12.5) --- updated-dependencies: - dependency-name: axum-extra dependency-version: 0.12.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- veza-stream-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/veza-stream-server/Cargo.toml b/veza-stream-server/Cargo.toml index 475f42a51..986ec824d 100644 --- a/veza-stream-server/Cargo.toml +++ b/veza-stream-server/Cargo.toml @@ -147,7 +147,7 @@ subtle = "2.4" mime_guess = "2.0" tokio-util = { version = "0.7", features = ["codec"] } headers = "0.4" -axum-extra = { version = "0.9", features = ["typed-header"] } +axum-extra = { version = "0.12", features = ["typed-header"] } hex = "0.4" url = "2.5"