Skip to content

Commit

Permalink
Update lambda-http to v0.9.2 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnusunny authored Jan 23, 2024
1 parent 0d959d5 commit 53f4a77
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 143 deletions.
161 changes: 20 additions & 141 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ http = "1.0"
http-body = "1.0.0"
hyper = { version = "1.0", features = ["client"] }
hyper-util = "0.1.2"
lambda_http = { version = "0.9.1", default-features = false, features = ["apigw_http", "apigw_rest", "alb", "pass_through"] }
lambda_http = { version = "0.9.2", default-features = false, features = ["apigw_http", "apigw_rest", "alb", "pass_through"] }
serde_json = "1.0"
tokio = { version = "1.35", features = [
"macros",
Expand All @@ -43,7 +43,7 @@ url = "2.3"

[dev-dependencies]
flate2 = "1.0.25"
httpmock = "0.6.8"
httpmock = "0.7.0"
http-body-util = "0.1.0"
http-body = "1.0"
hyper-rustls = "0.26"
Expand Down

0 comments on commit 53f4a77

Please sign in to comment.