From 4ccb1f228932b266c514e1c6d5a8bac15da3b944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Dec 2025 16:28:16 +0000 Subject: [PATCH] chore(deps): update tower-http requirement from 0.5 to 0.6 Updates the requirements on [tower-http](https://github.com/tower-rs/tower-http) to permit the latest version. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.5.0...tower-http-0.6.8) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.8 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 e30bfb56..8a0e3621 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ inferno = { version = "0.11", optional = true } # Dashboard (optional) axum = { version = "0.7", optional = true, features = ["ws"] } tokio-tungstenite = { version = "0.21", optional = true } -tower-http = { version = "0.5", optional = true, features = ["fs", "cors"] } +tower-http = { version = "0.6", optional = true, features = ["fs", "cors"] } # LSP (Language Server Protocol) support (optional) tower-lsp = { version = "0.20", optional = true }