From cfae099a9d3df16099055d99bd31be4010fa3498 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 08:07:56 +0000 Subject: [PATCH] Bump lambda from `ed3fd16` to `e528ef6` Bumps [lambda](https://github.com/awslabs/aws-lambda-rust-runtime) from `ed3fd16` to `e528ef6`. - [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases) - [Commits](https://github.com/awslabs/aws-lambda-rust-runtime/compare/ed3fd167528125b73ce47abfadc38cd274bf59bc...e528ef6650b16e6c7e50ba22048f6097c3d0e595) 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..29f74c0 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/#e528ef6650b16e6c7e50ba22048f6097c3d0e595" 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/#e528ef6650b16e6c7e50ba22048f6097c3d0e595" 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]]