File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,4 +137,4 @@ builders = ["bon"]
137137all-features = true
138138
139139[dev-dependencies ]
140- lambda_runtime = { version = " 1.1.0-rc1. 1" , path = " ../lambda-runtime" }
140+ lambda_runtime = { version = " 1.1.1" , path = " ../lambda-runtime" }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 1.1.0-rc1. 1] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_http-v1.1.0-rc1...lambda_http-v1.1.0-rc1 .1 ) - 2026-03-11
10+ ## [ 1.1.1] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_http-v1.1.0-rc1...lambda_http-v1.1.1 ) - 2026-03-11
1111
1212### Other
1313
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_http"
3- version = " 1.1.0-rc1. 1"
3+ version = " 1.1.1"
44authors = [
55 " David Calavera <dcalaver@amazon.com>" ,
66 " Harold Sun <sunhua@amazon.com>" ,
@@ -39,7 +39,7 @@ http = { workspace = true }
3939http-body = { workspace = true }
4040http-body-util = { workspace = true }
4141hyper = { workspace = true }
42- lambda_runtime = { version = " 1.1.0-rc1. 1" , path = " ../lambda-runtime" , default-features = false }
42+ lambda_runtime = { version = " 1.1.1" , path = " ../lambda-runtime" , default-features = false }
4343mime = " 0.3"
4444percent-encoding = " 2.2"
4545pin-project-lite = { workspace = true }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ 1.1.0-rc1. 1] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime-v1.1.0-rc1...lambda_runtime-v1.1.0-rc1 .1 ) - 2026-03-11
10+ ## [ 1.1.1] ( https://github.com/aws/aws-lambda-rust-runtime/compare/lambda_runtime-v1.1.0-rc1...lambda_runtime-v1.1.1 ) - 2026-03-11
1111
1212### Added
1313
Original file line number Diff line number Diff line change 11[package ]
22name = " lambda_runtime"
3- version = " 1.1.0-rc1. 1"
3+ version = " 1.1.1"
44authors = [
55 " David Calavera <dcalaver@amazon.com>" ,
66 " Harold Sun <sunhua@amazon.com>" ,
You can’t perform that action at this time.
0 commit comments