Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit 5cdca47

Browse files
committed
Added an optional feature to enable the url-query feature of the re-exported query_map crate
1 parent 9aeb152 commit 5cdca47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_events/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_with = { version = "^2", features = ["json"], optional = true }
2525
serde_json = "^1"
2626
bytes = { version = "1", features = ["serde"] }
2727
chrono = { version = "^0.4.4", default-features = false, features = ["serde", "std"] }
28-
query_map = { version = "^0.6", features = ["serde"] }
28+
query_map = { version = "^0.6", features = ["serde", "url-query"] }
2929
flate2 = { version = "1.0.24", optional = true }
3030

3131
[dev-dependencies]

0 commit comments

Comments
 (0)