From f58fda42a93325c0759bf4ba6e8038f3b0554783 Mon Sep 17 00:00:00 2001 From: tottoto Date: Thu, 13 Jan 2022 06:34:59 +0900 Subject: [PATCH] chore(tests): Update tower-http to 0.2 (#878) --- tests/compression/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/compression/Cargo.toml b/tests/compression/Cargo.toml index e971795..a9a0df1 100644 --- a/tests/compression/Cargo.toml +++ b/tests/compression/Cargo.toml @@ -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.1", features = ["map-response-body", "map-request-body"]} +tower-http = {version = "0.2", features = ["map-response-body", "map-request-body"]} [build-dependencies] tonic-build = {path = "../../tonic-build", features = ["compression"]}