We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e50949 commit 4cbd31eCopy full SHA for 4cbd31e
tailcall-aws-lambda/Cargo.toml
@@ -16,7 +16,7 @@ edition = "2021"
16
17
[dependencies]
18
lambda_http = { version = "0.14.0", default-features = true }
19
-lambda_runtime = { version = "0.13.0", default-features = true }
+lambda_runtime = { version = "0.14.0", default-features = true }
20
tokio = { version = "1", features = ["macros", "fs"] }
21
tracing = { version = "0.1.40", features = ["log"] }
22
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt"] }
0 commit comments