Skip to content

Commit

Permalink
Release lambda_http 0.5.2 (#469)
Browse files Browse the repository at this point in the history
* Release lambda_http 0.5.2

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

* Update query_map to match version of aws_lambda_events.

Signed-off-by: David Calavera <[email protected]>
  • Loading branch information
calavera authored May 5, 2022
1 parent aff310b commit efb7f69
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.1"
version = "0.5.2"
authors = ["Doug Tangren"]
edition = "2018"
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
Expand All @@ -26,7 +26,7 @@ lambda_runtime = { path = "../lambda-runtime", version = "0.5" }
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
serde_urlencoded = "0.7.0"
query_map = { version = "0.4", features = ["url-query"] }
query_map = { version = "0.5", features = ["url-query"] }

[dev-dependencies]
log = "^0.4"
Expand Down

0 comments on commit efb7f69

Please sign in to comment.