Skip to content

Commit 2558e59

Browse files
chore(deps): update tower-http requirement from 0.3.4 to 0.4.0 (#247)
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.4...tower-http-0.4.0) --- updated-dependencies: - dependency-name: tower-http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Danilo Cianfrone <6481571+ar3s3ru@users.noreply.github.com>
1 parent 434fc0a commit 2558e59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/bank-accounting/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tonic = { version = "0.8.1", features = ["gzip", "transport"] }
2222
tonic-health = "0.8.0"
2323
tonic-reflection = "0.6.0"
2424
tower = "0.4.11"
25-
tower-http = { version = "0.3.4", features = ["trace"] }
25+
tower-http = { version = "0.4.0", features = ["trace"] }
2626
tracing = "0.1.29"
2727
tracing-opentelemetry = "0.18.0"
2828
tracing-subscriber = { version = "0.3.3", features = ["fmt", "std", "registry", "env-filter"] }

0 commit comments

Comments
 (0)