diff --git a/README.md b/README.md index 0db08f3d4..7604f0346 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Or, here are [Workers + OpenAPI template](https://github.com/ohkami-rs/ohkami-te ### `"rt_lambda"` : AWS Lambda -- [lambda_runtime](https://github.com/awslabs/aws-lambda-rust-runtime) _v0.13.\*_ (with `tokio`) +- [lambda_runtime](https://github.com/awslabs/aws-lambda-rust-runtime) _v0.14.\*_ (with `tokio`) Both `Function URLs` and `API Gateway` are supported, and WebSocket is not supported. diff --git a/ohkami/Cargo.toml b/ohkami/Cargo.toml index eac130e10..14156fce2 100644 --- a/ohkami/Cargo.toml +++ b/ohkami/Cargo.toml @@ -33,7 +33,7 @@ smol = { version = "2", optional = true } nio = { version = "0.0", optional = true } glommio = { version = "0.9", optional = true } worker = { version = "0.6", optional = true } -lambda_runtime = { version = "0.13", optional = true } +lambda_runtime = { version = "0.14", optional = true } # encoding / crypto base64 = { version = "0.22" }