Skip to content

Commit 8010e4f

Browse files
ysaito1001Saito
and
Saito
authored
Bump patch version of lambda-http (#556)
This commit updates the version of `lambda-http` to 0.7.1. The crate now depends on `aws-lambda-events` 0.7.2 or higher whereas it previously depended on that of ^0.7. This crate currently does not compile against `aws-lambda-events` 0.7.0 or 0.7.1. In `aws-lambda-events` 0.7.0, the module `query_map` is private when it should be public for `lambda-http` to compile. Similarly, in `aws-lambda-events` 0.7.1, the trait bound `QueryMap: FromStr` is not satisfied so `lambda-http` does not compile either. Co-authored-by: Saito <awsaito@c889f3b5ddc4.ant.amazon.com>
1 parent 1fc2ccb commit 8010e4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambda-http/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lambda_http"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = [
55
"David Calavera <dcalaver@amazon.com>",
66
"Harold Sun <sunhua@amazon.com>"
@@ -38,7 +38,7 @@ url = "2.2.2"
3838
percent-encoding = "2.2.0"
3939

4040
[dependencies.aws_lambda_events]
41-
version = "^0.7"
41+
version = "^0.7.2"
4242
default-features = false
4343
features = ["alb", "apigw"]
4444

0 commit comments

Comments
 (0)