From dc7ecd7bc4f661b452a11a0ffcb216961db6dcf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 10:25:26 +0000 Subject: [PATCH] Update lambda_runtime requirement from 0.4.0 to 0.6.0 Updates the requirements on [lambda_runtime](https://github.com/awslabs/aws-lambda-rust-runtime) to permit the latest version. - [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases) - [Commits](https://github.com/awslabs/aws-lambda-rust-runtime/compare/v0.4.1...v0.6.0) --- updated-dependencies: - dependency-name: lambda_runtime dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dynomite/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynomite/Cargo.toml b/dynomite/Cargo.toml index c6acd57..bf73a6b 100644 --- a/dynomite/Cargo.toml +++ b/dynomite/Cargo.toml @@ -37,7 +37,7 @@ serde = "1.0" serde_json = "1.0" tokio = { version = "1", features = ["macros"] } lambda_http = "0.4.0" -lambda_runtime = "0.4.0" +lambda_runtime = "0.6.0" trybuild = "1.0" rustversion = "1.0" dynomite-derive = { version = "0.10.0", path = "../dynomite-derive" } # required by trybuild