File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
lambda-runtime-api-client Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " aws_lambda_events"
3
- version = " 0.15.0 "
3
+ version = " 0.15.1 "
4
4
description = " AWS Lambda event definitions"
5
5
authors = [
6
6
" Christian Legnitto <christian@legnitto.com>" ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lambda_http"
3
- version = " 0.11.1 "
3
+ version = " 0.11.2 "
4
4
authors = [
5
5
" David Calavera <dcalaver@amazon.com>" ,
6
6
" Harold Sun <sunhua@amazon.com>" ,
@@ -34,7 +34,7 @@ http = { workspace = true }
34
34
http-body = { workspace = true }
35
35
http-body-util = { workspace = true }
36
36
hyper = { workspace = true }
37
- lambda_runtime = { version = " 0.11.1 " , path = " ../lambda-runtime" }
37
+ lambda_runtime = { version = " 0.11.2 " , path = " ../lambda-runtime" }
38
38
mime = " 0.3"
39
39
percent-encoding = " 2.2"
40
40
pin-project-lite = { workspace = true }
@@ -53,7 +53,7 @@ features = ["alb", "apigw"]
53
53
[dev-dependencies ]
54
54
axum-core = " 0.4.3"
55
55
axum-extra = { version = " 0.9.2" , features = [" query" ] }
56
- lambda_runtime_api_client = { version = " 0.11" , path = " ../lambda-runtime-api-client" }
56
+ lambda_runtime_api_client = { version = " 0.11.1 " , path = " ../lambda-runtime-api-client" }
57
57
log = " ^0.4"
58
58
maplit = " 1.0"
59
59
tokio = { version = " 1.0" , features = [" macros" ] }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lambda_runtime_api_client"
3
- version = " 0.11.0 "
3
+ version = " 0.11.1 "
4
4
edition = " 2021"
5
5
authors = [
6
6
" David Calavera <dcalaver@amazon.com>" ,
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lambda_runtime"
3
- version = " 0.11.1 "
3
+ version = " 0.11.2 "
4
4
authors = [
5
5
" David Calavera <dcalaver@amazon.com>" ,
6
6
" Harold Sun <sunhua@amazon.com>" ,
@@ -36,7 +36,7 @@ hyper-util = { workspace = true, features = [
36
36
" http1" ,
37
37
" tokio" ,
38
38
] }
39
- lambda_runtime_api_client = { version = " 0.11" , path = " ../lambda-runtime-api-client" , default-features = false }
39
+ lambda_runtime_api_client = { version = " 0.11.1 " , path = " ../lambda-runtime-api-client" , default-features = false }
40
40
pin-project = " 1"
41
41
serde = { version = " 1" , features = [" derive" , " rc" ] }
42
42
serde_json = " ^1"
You can’t perform that action at this time.
0 commit comments