We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba24037 commit 7a9d6e2Copy full SHA for 7a9d6e2
examples/http-tower-trace/Cargo.toml
@@ -14,6 +14,6 @@ edition = "2021"
14
lambda_http = { path = "../../lambda-http" }
15
lambda_runtime = "0.5.1"
16
tokio = { version = "1", features = ["macros"] }
17
-tower-http = { version = "0.3.4", features = ["trace"] }
+tower-http = { version = "0.5", features = ["trace"] }
18
tracing = { version = "0.1", features = ["log"] }
19
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt"] }
0 commit comments