Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 850606f

Browse files
authoredFeb 26, 2022
Fix issue parsing WebSocket requests. (#433)
* Fix issue parsing WebSocket requests. Allow patch versions of aws_lambda_events. Signed-off-by: David Calavera <david.calavera@gmail.com> * Update lambda_http version to release a patch. Signed-off-by: David Calavera <david.calavera@gmail.com>
1 parent ac6d74c commit 850606f

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.5.0"
3+
version = "0.5.1"
44
authors = ["Doug Tangren"]
55
edition = "2018"
66
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
@@ -17,7 +17,7 @@ travis-ci = { repository = "awslabs/aws-lambda-rust-runtime" }
1717
maintenance = { status = "actively-developed" }
1818

1919
[dependencies]
20-
aws_lambda_events = { version = "0.6", default-features = false, features = ["alb", "apigw"]}
20+
aws_lambda_events = { version = "^0.6", default-features = false, features = ["alb", "apigw"]}
2121
base64 = "0.13.0"
2222
bytes = "1"
2323
http = "0.2"

0 commit comments

Comments
 (0)
Please sign in to comment.