From e4095473aaf8faf93555553d1da34dcb4c817630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:57:34 -0500 Subject: [PATCH] Bump aws_lambda_events from 0.12.0 to 0.13.0 in /quickwit (#4428) Bumps [aws_lambda_events](https://github.com/awslabs/aws-lambda-rust-runtime) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases) - [Commits](https://github.com/awslabs/aws-lambda-rust-runtime/compare/lambda-events-0.12.0...lambda-events-0.13.0) --- updated-dependencies: - dependency-name: aws_lambda_events dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- quickwit/Cargo.lock | 28 ++++++---------------------- quickwit/quickwit-lambda/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 23 deletions(-) diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index 70342eb9f2d..2637a620047 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -758,26 +758,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "aws_lambda_events" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c2981b7ab5d084f06dfa6764e2b51347e836fe9559b549b332e451e6a8287ae" -dependencies = [ - "base64 0.21.7", - "bytes", - "chrono", - "flate2", - "http 0.2.11", - "http-body 0.4.6", - "http-serde 1.1.3", - "query_map", - "serde", - "serde_dynamo", - "serde_json", - "serde_with 3.4.0", -] - [[package]] name = "aws_lambda_events" version = "0.13.0" @@ -786,12 +766,16 @@ checksum = "c25e7620d59c7a9ed653439ec402218e3f6be118000f92802c5bbfc6da98e65b" dependencies = [ "base64 0.21.7", "bytes", + "chrono", + "flate2", "http 1.0.0", "http-body 1.0.0", "http-serde 2.0.0", "query_map", "serde", + "serde_dynamo", "serde_json", + "serde_with 3.4.0", ] [[package]] @@ -3416,7 +3400,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad7732ab05100525c1716db7b48ccf2165da4dcd72340f679fea593766f4f042" dependencies = [ - "aws_lambda_events 0.13.0", + "aws_lambda_events", "base64 0.21.7", "bytes", "encoding_rs", @@ -6027,7 +6011,7 @@ name = "quickwit-lambda" version = "0.7.0" dependencies = [ "anyhow", - "aws_lambda_events 0.12.0", + "aws_lambda_events", "chitchat", "flate2", "lambda_http", diff --git a/quickwit/quickwit-lambda/Cargo.toml b/quickwit/quickwit-lambda/Cargo.toml index 1605bdf9f1d..796562fe1ec 100644 --- a/quickwit/quickwit-lambda/Cargo.toml +++ b/quickwit/quickwit-lambda/Cargo.toml @@ -19,7 +19,7 @@ path = "src/bin/searcher.rs" [dependencies] anyhow = { workspace = true } -aws_lambda_events = "0.12.0" +aws_lambda_events = "0.13.0" chitchat = { workspace = true } flate2 = { workspace = true } lambda_http = "0.9.1"