Skip to content

Commit 4c9ae81

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 8aa9afd commit 4c9ae81

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
@@ -8,7 +8,7 @@ edition = "2021"
88
axum = "0.7"
99
tokio = { version = "1", features = ["full", "sync"] }
1010
tower = "0.4"
11-
tower-http = { version = "0.5", features = ["trace", "request-id", "util", "cors"] }
11+
tower-http = { version = "0.6", features = ["trace", "request-id", "util", "cors"] }
1212

1313
# Logging and tracing
1414
tracing = "0.1"

0 commit comments

Comments
 (0)