From 0d4cc23839e7f16fa823c5235036c41ec02904b7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 08:17:45 +0000 Subject: [PATCH] Bump lambda from `ed3fd16` to `e193e70` Bumps [lambda](https://github.com/awslabs/aws-lambda-rust-runtime) from `ed3fd16` to `e193e70`. - [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases) - [Commits](https://github.com/awslabs/aws-lambda-rust-runtime/compare/ed3fd167528125b73ce47abfadc38cd274bf59bc...e193e700cf158e357b6ab31eaec0e9990102e601) 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..c020fc4 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/#e193e700cf158e357b6ab31eaec0e9990102e601" 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/#e193e700cf158e357b6ab31eaec0e9990102e601" 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]]