Skip to content

Commit 7a9d6e2

Browse files
committed
Update tower-http to make tower-trace example work.
Signed-off-by: David Calavera <[email protected]>
1 parent ba24037 commit 7a9d6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/http-tower-trace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ edition = "2021"
1414
lambda_http = { path = "../../lambda-http" }
1515
lambda_runtime = "0.5.1"
1616
tokio = { version = "1", features = ["macros"] }
17-
tower-http = { version = "0.3.4", features = ["trace"] }
17+
tower-http = { version = "0.5", features = ["trace"] }
1818
tracing = { version = "0.1", features = ["log"] }
1919
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt"] }

0 commit comments

Comments
 (0)