Skip to content

Commit efb7f69

Browse files
authored
Release lambda_http 0.5.2 (#469)
* 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]>
1 parent aff310b commit efb7f69

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.1"
3+
version = "0.5.2"
44
authors = ["Doug Tangren"]
55
edition = "2018"
66
description = "Application Load Balancer and API Gateway event types for AWS Lambda"
@@ -26,7 +26,7 @@ lambda_runtime = { path = "../lambda-runtime", version = "0.5" }
2626
serde = { version = "^1", features = ["derive"] }
2727
serde_json = "^1"
2828
serde_urlencoded = "0.7.0"
29-
query_map = { version = "0.4", features = ["url-query"] }
29+
query_map = { version = "0.5", features = ["url-query"] }
3030

3131
[dev-dependencies]
3232
log = "^0.4"

0 commit comments

Comments
 (0)