Skip to content

Commit c5d6f1e

Browse files
authored
Update aws_lambda_events (#641)
There are some performance improvements in deserializing payloads. Signed-off-by: David Calavera <[email protected]>
1 parent 2360a05 commit c5d6f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ url = "2.2"
3939
percent-encoding = "2.2"
4040

4141
[dependencies.aws_lambda_events]
42-
version = "^0.7.2"
42+
version = "0.8.3"
4343
default-features = false
4444
features = ["alb", "apigw"]
4545

0 commit comments

Comments
 (0)