Skip to content

Commit 53f4a77

Browse files
authored
Update lambda-http to v0.9.2 (#355)
1 parent 0d959d5 commit 53f4a77

File tree

2 files changed

+22
-143
lines changed

2 files changed

+22
-143
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ http = "1.0"
2222
http-body = "1.0.0"
2323
hyper = { version = "1.0", features = ["client"] }
2424
hyper-util = "0.1.2"
25-
lambda_http = { version = "0.9.1", default-features = false, features = ["apigw_http", "apigw_rest", "alb", "pass_through"] }
25+
lambda_http = { version = "0.9.2", default-features = false, features = ["apigw_http", "apigw_rest", "alb", "pass_through"] }
2626
serde_json = "1.0"
2727
tokio = { version = "1.35", features = [
2828
"macros",
@@ -43,7 +43,7 @@ url = "2.3"
4343

4444
[dev-dependencies]
4545
flate2 = "1.0.25"
46-
httpmock = "0.6.8"
46+
httpmock = "0.7.0"
4747
http-body-util = "0.1.0"
4848
http-body = "1.0"
4949
hyper-rustls = "0.26"

0 commit comments

Comments
 (0)