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