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 11[package ]
22name = " aws_lambda_events"
3- version = " 0.15.0 "
3+ version = " 0.15.1 "
44description = " AWS Lambda event definitions"
55authors = [
66 " Christian Legnitto <christian@legnitto.com>" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_http"
3- version = " 0.11.1 "
3+ version = " 0.11.2 "
44authors = [
55 " David Calavera <dcalaver@amazon.com>" ,
66 " Harold Sun <sunhua@amazon.com>" ,
@@ -34,7 +34,7 @@ http = { workspace = true }
3434http-body = { workspace = true }
3535http-body-util = { workspace = true }
3636hyper = { workspace = true }
37- lambda_runtime = { version = " 0.11.1 " , path = " ../lambda-runtime" }
37+ lambda_runtime = { version = " 0.11.2 " , path = " ../lambda-runtime" }
3838mime = " 0.3"
3939percent-encoding = " 2.2"
4040pin-project-lite = { workspace = true }
@@ -53,7 +53,7 @@ features = ["alb", "apigw"]
5353[dev-dependencies ]
5454axum-core = " 0.4.3"
5555axum-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" }
5757log = " ^0.4"
5858maplit = " 1.0"
5959tokio = { version = " 1.0" , features = [" macros" ] }
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_runtime_api_client"
3- version = " 0.11.0 "
3+ version = " 0.11.1 "
44edition = " 2021"
55authors = [
66 " David Calavera <dcalaver@amazon.com>" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_runtime"
3- version = " 0.11.1 "
3+ version = " 0.11.2 "
44authors = [
55 " David Calavera <dcalaver@amazon.com>" ,
66 " Harold Sun <sunhua@amazon.com>" ,
@@ -36,7 +36,7 @@ hyper-util = { workspace = true, features = [
3636 " http1" ,
3737 " tokio" ,
3838] }
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 }
4040pin-project = " 1"
4141serde = { version = " 1" , features = [" derive" , " rc" ] }
4242serde_json = " ^1"
You can’t perform that action at this time.
0 commit comments