Skip to content

Commit eb13ba4

Browse files
Update tower-http requirement from 0.4.4 to 0.5.2
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.4.4...tower-http-0.5.2) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c56cbdb commit eb13ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ mimalloc = { version = "0.1.39", default-features = false, optional = true }
3434
daemonize = "0.5.0"
3535
tracing = "0.1.40"
3636
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
37-
tower-http = { version = "0.4.4", default-features = false, features = ["trace"]}
37+
tower-http = { version = "0.5.2", default-features = false, features = ["trace"]}
3838

3939
[features]
4040
default = ["mimalloc"]

0 commit comments

Comments
 (0)