Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit e80555a

Browse files
Update tower-http requirement from 0.3.5 to 0.4.0 (#19)
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.3.5...tower-http-0.4.0) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6ece6b commit e80555a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sha2 = "0.10.6"
1919
time = "0.3.19"
2020
tokio = { version = "1.25.0", features = ["sync", "time"] }
2121
tower = { version = "0.4.13", features = ["util"] }
22-
tower-http = { version = "0.3.5", features = ["cors", "limit", "set-header"] }
22+
tower-http = { version = "0.4.0", features = ["cors", "limit", "set-header"] }
2323
tracing = "0.1.37"
2424
ulid = { version = "1.0.0", features = ["serde"] }
2525

0 commit comments

Comments
 (0)