Skip to content

Commit 7547288

Browse files
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](tower-rs/tower-http@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] <support@github.com>
1 parent 192aa97 commit 7547288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ inferno = { version = "0.11", optional = true }
102102
# Dashboard (optional)
103103
axum = { version = "0.7", optional = true, features = ["ws"] }
104104
tokio-tungstenite = { version = "0.21", optional = true }
105-
tower-http = { version = "0.5", optional = true, features = ["fs", "cors"] }
105+
tower-http = { version = "0.6", optional = true, features = ["fs", "cors"] }
106106

107107
# LSP (Language Server Protocol) support (optional)
108108
tower-lsp = { version = "0.20", optional = true }

0 commit comments

Comments
 (0)