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 }