From 0cae7dd1fac0c50962ee418e8faea0c0ef234c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 22:11:14 +0000 Subject: [PATCH] Bump lambda_runtime from 0.11.1 to 0.11.3 Bumps [lambda_runtime](https://github.com/awslabs/aws-lambda-rust-runtime) from 0.11.1 to 0.11.3. - [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases) - [Commits](https://github.com/awslabs/aws-lambda-rust-runtime/compare/lambda-http-0.11.1...lambda-http-0.11.3) --- updated-dependencies: - dependency-name: lambda_runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b02964..63dd949 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -272,6 +272,12 @@ version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +[[package]] +name = "base64" +version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" + [[package]] name = "binfarce" version = "0.2.1" @@ -1993,12 +1999,12 @@ dependencies = [ [[package]] name = "lambda_runtime" -version = "0.11.1" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276c835f2217fac810a97f2ed8eabfe9be71afe4f3ffd8671b05cb528e95ff8a" +checksum = "9be8f0e7a5db270feb93a7a3593c22a4c5fb8e8f260f5f490e0c3a5ffeb009db" dependencies = [ "async-stream", - "base64 0.21.7", + "base64 0.22.1", "bytes", "futures", "http 1.1.0", @@ -2021,9 +2027,9 @@ dependencies = [ [[package]] name = "lambda_runtime_api_client" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "722b02764422524d3f49a934b570f7c567f811eda1f9c4bdebebcfae1bad4f23" +checksum = "c90a10f094475a34a04da2be11686c4dcfe214d93413162db9ffdff3d3af293a" dependencies = [ "bytes", "futures-channel",