File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " lambda-extension"
3- version = " 0.7 .0"
3+ version = " 0.8 .0"
44edition = " 2021"
55authors = [
66 " David Calavera <dcalaver@amazon.com>" ,
7- " Harold Sun <sunhua@amazon.com>"
7+ " Harold Sun <sunhua@amazon.com>" ,
88]
99description = " AWS Lambda Extension API"
1010license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ readme = "../README.md"
1313# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414
1515[dependencies ]
16- lambda_http = { path = " ../lambda-http" , version = " 0.7 " }
17- lambda_runtime = { path = " ../lambda-runtime" , version = " 0.7 " }
18- lambda-extension = { path = " ../lambda-extension" , version = " 0.7 " }
16+ lambda_http = { path = " ../lambda-http" }
17+ lambda_runtime = { path = " ../lambda-runtime" }
18+ lambda-extension = { path = " ../lambda-extension" }
1919serde = { version = " 1" , features = [" derive" ] }
2020tokio = { version = " 1" , features = [" full" ] }
2121tracing = { version = " 0.1" , features = [" log" ] }
22- tracing-subscriber = " 0.3"
22+ tracing-subscriber = " 0.3"
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_runtime"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44authors = [
55 " David Calavera <dcalaver@amazon.com>" ,
6- " Harold Sun <sunhua@amazon.com>"
6+ " Harold Sun <sunhua@amazon.com>" ,
77]
88description = " AWS Lambda Runtime"
99edition = " 2021"
You can’t perform that action at this time.
0 commit comments