From e79dbd4a14633c08e67a1d13e550db360d937649 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 08:28:50 +0000 Subject: [PATCH] Bump lambda from `ed3fd16` to `ae3ce1d` Bumps [lambda](https://github.com/awslabs/aws-lambda-rust-runtime) from `ed3fd16` to `ae3ce1d`. - [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases) - [Commits](https://github.com/awslabs/aws-lambda-rust-runtime/compare/ed3fd167528125b73ce47abfadc38cd274bf59bc...ae3ce1d4aee593b9425a045cd19d2b967d5cf367) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 154bebc..f9d48ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -785,7 +785,7 @@ dependencies = [ [[package]] name = "lambda" version = "0.1.0" -source = "git+https://github.com/awslabs/aws-lambda-rust-runtime/#ed3fd167528125b73ce47abfadc38cd274bf59bc" +source = "git+https://github.com/awslabs/aws-lambda-rust-runtime/#ae3ce1d4aee593b9425a045cd19d2b967d5cf367" dependencies = [ "bytes 0.5.4", "futures 0.3.4", @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "lambda-attributes" version = "0.1.0" -source = "git+https://github.com/awslabs/aws-lambda-rust-runtime/#ed3fd167528125b73ce47abfadc38cd274bf59bc" +source = "git+https://github.com/awslabs/aws-lambda-rust-runtime/#ae3ce1d4aee593b9425a045cd19d2b967d5cf367" dependencies = [ "proc-macro2 0.4.30", "quote 1.0.3", @@ -1417,7 +1417,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "tokio 0.2.20", + "tokio 0.2.21", "xml-rs", ] @@ -1486,7 +1486,7 @@ dependencies = [ "serde", "serde_json", "shlex", - "tokio 0.2.20", + "tokio 0.2.21", "zeroize", ] @@ -1526,7 +1526,7 @@ dependencies = [ "serde", "sha2", "time 0.2.14", - "tokio 0.2.20", + "tokio 0.2.21", ] [[package]]