Skip to content

Commit

Permalink
Fix issue parsing WebSocket requests. (#433)
Browse files Browse the repository at this point in the history
* Fix issue parsing WebSocket requests.

Allow patch versions of aws_lambda_events.

Signed-off-by: David Calavera <[email protected]>

* Update lambda_http version to release a patch.

Signed-off-by: David Calavera <[email protected]>
  • Loading branch information
calavera authored Feb 26, 2022
1 parent ac6d74c commit 850606f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lambda-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lambda_http"
version = "0.5.0"
version = "0.5.1"
authors = ["Doug Tangren"]
edition = "2018"
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
Expand All @@ -17,7 +17,7 @@ travis-ci = { repository = "awslabs/aws-lambda-rust-runtime" }
maintenance = { status = "actively-developed" }

[dependencies]
aws_lambda_events = { version = "0.6", default-features = false, features = ["alb", "apigw"]}
aws_lambda_events = { version = "^0.6", default-features = false, features = ["alb", "apigw"]}
base64 = "0.13.0"
bytes = "1"
http = "0.2"
Expand Down

0 comments on commit 850606f

Please sign in to comment.