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 1
1
[package ]
2
2
name = " lambda-extension"
3
- version = " 0.7 .0"
3
+ version = " 0.8 .0"
4
4
edition = " 2021"
5
5
authors = [
6
6
" David Calavera <dcalaver@amazon.com>" ,
7
- " Harold Sun <sunhua@amazon.com>"
7
+ " Harold Sun <sunhua@amazon.com>" ,
8
8
]
9
9
description = " AWS Lambda Extension API"
10
10
license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ readme = "../README.md"
13
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
14
15
15
[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" }
19
19
serde = { version = " 1" , features = [" derive" ] }
20
20
tokio = { version = " 1" , features = [" full" ] }
21
21
tracing = { 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 1
1
[package ]
2
2
name = " lambda_runtime"
3
- version = " 0.7.0 "
3
+ version = " 0.7.1 "
4
4
authors = [
5
5
" David Calavera <dcalaver@amazon.com>" ,
6
- " Harold Sun <sunhua@amazon.com>"
6
+ " Harold Sun <sunhua@amazon.com>" ,
7
7
]
8
8
description = " AWS Lambda Runtime"
9
9
edition = " 2021"
You can’t perform that action at this time.
0 commit comments