Skip to content

Commit c4cefad

Browse files
fix(deps): update rust crate lambda_http to 0.14.0 (#3271)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dfff5df commit c4cefad

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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 = "0.13.0"
18+
lambda_http = "0.14.0"
1919
lambda_runtime = "0.13.0"
2020
tokio = { version = "1", features = ["macros", "fs"] }
2121
tracing = { version = "0.1.40", features = ["log"] }

0 commit comments

Comments
 (0)