From fc3ba0b52c4bafac80726112442a7dbcd3a8d43e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:57:12 -0500 Subject: [PATCH] Bump lambda_runtime from 0.8.3 to 0.9.1 in /quickwit (#4427) Bumps [lambda_runtime](https://github.com/awslabs/aws-lambda-rust-runtime) from 0.8.3 to 0.9.1. - [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases) - [Commits](https://github.com/awslabs/aws-lambda-rust-runtime/compare/lambda-http-0.8.3...lambda-http-0.9.1) --- updated-dependencies: - dependency-name: lambda_runtime 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 | 48 ++--------------------------- quickwit/quickwit-lambda/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 46 deletions(-) diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index f1524ca0afa..70342eb9f2d 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -962,12 +962,6 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" -[[package]] -name = "base64" -version = "0.20.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5" - [[package]] name = "base64" version = "0.21.7" @@ -3432,7 +3426,7 @@ dependencies = [ "http-body 1.0.0", "http-body-util", "hyper 1.1.0", - "lambda_runtime 0.9.1", + "lambda_runtime", "mime", "percent-encoding", "pin-project-lite", @@ -3443,30 +3437,6 @@ dependencies = [ "url", ] -[[package]] -name = "lambda_runtime" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "deca8f65d7ce9a8bfddebb49d7d91b22e788a59ca0c5190f26794ab80ed7a702" -dependencies = [ - "async-stream", - "base64 0.20.0", - "bytes", - "futures", - "http 0.2.11", - "http-body 0.4.6", - "http-serde 1.1.3", - "hyper 0.14.28", - "lambda_runtime_api_client 0.8.0", - "serde", - "serde_json", - "serde_path_to_error", - "tokio", - "tokio-stream", - "tower", - "tracing", -] - [[package]] name = "lambda_runtime" version = "0.9.1" @@ -3483,7 +3453,7 @@ dependencies = [ "http-serde 2.0.0", "hyper 1.1.0", "hyper-util", - "lambda_runtime_api_client 0.9.0", + "lambda_runtime_api_client", "serde", "serde_json", "serde_path_to_error", @@ -3493,18 +3463,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "lambda_runtime_api_client" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "690c5ae01f3acac8c9c3348b556fc443054e9b7f1deaf53e9ebab716282bf0ed" -dependencies = [ - "http 0.2.11", - "hyper 0.14.28", - "tokio", - "tower-service", -] - [[package]] name = "lambda_runtime_api_client" version = "0.9.0" @@ -6073,7 +6031,7 @@ dependencies = [ "chitchat", "flate2", "lambda_http", - "lambda_runtime 0.8.3", + "lambda_runtime", "once_cell", "opentelemetry", "opentelemetry-otlp", diff --git a/quickwit/quickwit-lambda/Cargo.toml b/quickwit/quickwit-lambda/Cargo.toml index 06d93a4fba9..1605bdf9f1d 100644 --- a/quickwit/quickwit-lambda/Cargo.toml +++ b/quickwit/quickwit-lambda/Cargo.toml @@ -23,7 +23,7 @@ aws_lambda_events = "0.12.0" chitchat = { workspace = true } flate2 = { workspace = true } lambda_http = "0.9.1" -lambda_runtime = "0.8.3" +lambda_runtime = "0.9.1" once_cell = { workspace = true } opentelemetry = { workspace = true } opentelemetry-otlp = { workspace = true, features = [