From c1c9e9edf65e064993d1ff2a7198dd73f8841548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 21:22:53 +0000 Subject: [PATCH] build(deps): update aws_lambda_events requirement from 0.6 to 0.7 Updates the requirements on [aws_lambda_events](https://github.com/LegNeato/aws-lambda-events) to permit the latest version. - [Release notes](https://github.com/LegNeato/aws-lambda-events/releases) - [Commits](https://github.com/LegNeato/aws-lambda-events/compare/v0.6.0...v0.7.2) --- updated-dependencies: - dependency-name: aws_lambda_events dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flock-function/Cargo.toml | 2 +- flock/Cargo.toml | 2 +- playground/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flock-function/Cargo.toml b/flock-function/Cargo.toml index c9952ea..d7eed89 100644 --- a/flock-function/Cargo.toml +++ b/flock-function/Cargo.toml @@ -13,7 +13,7 @@ simd = [ "datafusion/simd" ] [dependencies] async-trait = "0.1.42" -aws_lambda_events = "0.6" +aws_lambda_events = "0.7" base64 = "0.13.0" bytes = "1.1.0" chrono = "0.4.19" diff --git a/flock/Cargo.toml b/flock/Cargo.toml index f4fe9cd..6344a43 100644 --- a/flock/Cargo.toml +++ b/flock/Cargo.toml @@ -13,7 +13,7 @@ simd = [ "datafusion/simd" ] [dependencies] async-trait = "0.1.42" -aws_lambda_events = "0.6" +aws_lambda_events = "0.7" base64 = "0.13.0" bytes = "1.0.1" chrono = "0.4.19" diff --git a/playground/Cargo.toml b/playground/Cargo.toml index 7ff10cd..333786c 100644 --- a/playground/Cargo.toml +++ b/playground/Cargo.toml @@ -13,7 +13,7 @@ simd = [ "datafusion/simd" ] [dependencies] async-trait = "0.1.42" -aws_lambda_events = "0.6" +aws_lambda_events = "0.7" chrono = "0.4.19" datafusion = { git = "https://github.com/flock-lab/arrow-datafusion", branch = "flock" } env_logger = "^0.9"