File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lambda_http"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
authors = [" Doug Tangren" ]
5
5
edition = " 2018"
6
6
description = " Application Load Balancer and API Gateway event types for AWS Lambda"
@@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" }
19
19
[dependencies ]
20
20
base64 = " 0.13.0"
21
21
http = " 0.2"
22
- lambda_runtime = { path = " ../lambda-runtime" , version = " 0.4" }
22
+ lambda_runtime = { path = " ../lambda-runtime" , version = " 0.4.1 " }
23
23
serde = { version = " ^1" , features = [" derive" ] }
24
24
serde_json = " ^1"
25
25
serde_urlencoded = " 0.7.0"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lambda_runtime"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
authors = [
" David Barsky <[email protected] >" ]
5
5
description = " AWS Lambda Runtime"
6
6
edition = " 2018"
You can’t perform that action at this time.
0 commit comments