Skip to content

Commit 60a15ef

Browse files
fix(deps): update rust crate lambda_http to 0.17.0
1 parent 147fd4a commit 60a15ef

File tree

2 files changed

+72
-16
lines changed

2 files changed

+72
-16
lines changed

Cargo.lock

Lines changed: 71 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tailcall-aws-lambda/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ edition = "2021"
1515
# and it will keep the alphabetic ordering for you.
1616

1717
[dependencies]
18-
lambda_http = { version = "0.14.0", default-features = true }
18+
lambda_http = { version = "0.17.0", default-features = true }
1919
lambda_runtime = { version = "0.13.0", default-features = true }
2020
tokio = { version = "1", features = ["macros", "fs"] }
2121
tracing = { version = "0.1.40", features = ["log"] }

0 commit comments

Comments
 (0)