Skip to content

Commit d5cd422

Browse files
authored
chore: upgrade lambda runtime from 1.1.0-rc1 to 1.1.1 (#661)
- Upgrade lambda_http from 1.1.0-rc1 to 1.1.1 - Upgrade lambda_runtime from 1.1.0-rc1 to 1.1.1 - Upgrade aws_lambda_events from 1.0.3 to 1.1.1 - Rename feature flag experimental-concurrency to concurrency-tokio
1 parent 8914843 commit d5cd422

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ http = "1.2.0"
2222
http-body = "1.0.1"
2323
hyper = { version = "1.5.2", features = ["client"] }
2424
hyper-util = "0.1.10"
25-
lambda_http = { version = "1.1.0-rc1", default-features = false, features = [
25+
lambda_http = { version = "1.1.1", default-features = false, features = [
2626
"apigw_http",
2727
"apigw_rest",
2828
"alb",
2929
"pass_through",
3030
"tracing",
31-
"experimental-concurrency"
31+
"concurrency-tokio"
3232
] }
3333
serde_json = "1.0.135"
3434
tokio = { version = "1.48.0", features = [

0 commit comments

Comments
 (0)