Skip to content

Commit

Permalink
Update tower-http
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Apr 27, 2022
1 parent d4bd475 commit da106ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compression/Cargo.toml
Expand Up @@ -18,7 +18,7 @@ tokio = {version = "1.0", features = ["macros", "rt-multi-thread", "net"]}
tokio-stream = {version = "0.1.5", features = ["net"]}
tonic = {path = "../../tonic", features = ["compression"]}
tower = {version = "0.4", features = []}
tower-http = {version = "0.2", features = ["map-response-body", "map-request-body"]}
tower-http = {version = "0.3", features = ["map-response-body", "map-request-body"]}

[build-dependencies]
tonic-build = {path = "../../tonic-build", features = ["compression"]}

0 comments on commit da106ac

Please sign in to comment.