diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index e9f85941f92..16c57f9f3ae 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -3332,7 +3332,7 @@ dependencies = [ "http-body 1.0.0", "http-body-util", "hyper 1.2.0", - "lambda_runtime", + "lambda_runtime 0.10.0", "mime", "percent-encoding", "pin-project-lite", @@ -3359,7 +3359,7 @@ dependencies = [ "http-serde 2.0.0", "hyper 1.2.0", "hyper-util", - "lambda_runtime_api_client", + "lambda_runtime_api_client 0.10.0", "serde", "serde_json", "serde_path_to_error", @@ -3369,6 +3369,34 @@ dependencies = [ "tracing", ] +[[package]] +name = "lambda_runtime" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "276c835f2217fac810a97f2ed8eabfe9be71afe4f3ffd8671b05cb528e95ff8a" +dependencies = [ + "async-stream", + "base64 0.21.7", + "bytes", + "futures", + "http 1.1.0", + "http-body 1.0.0", + "http-body-util", + "http-serde 2.0.0", + "hyper 1.2.0", + "hyper-util", + "lambda_runtime_api_client 0.11.0", + "pin-project", + "serde", + "serde_json", + "serde_path_to_error", + "tokio", + "tokio-stream", + "tower", + "tower-layer", + "tracing", +] + [[package]] name = "lambda_runtime_api_client" version = "0.10.0" @@ -3390,6 +3418,27 @@ dependencies = [ "tracing-subscriber", ] +[[package]] +name = "lambda_runtime_api_client" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "722b02764422524d3f49a934b570f7c567f811eda1f9c4bdebebcfae1bad4f23" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "http 1.1.0", + "http-body 1.0.0", + "http-body-util", + "hyper 1.2.0", + "hyper-util", + "tokio", + "tower", + "tower-service", + "tracing", + "tracing-subscriber", +] + [[package]] name = "lazy_static" version = "1.4.0" @@ -5891,7 +5940,7 @@ dependencies = [ "chitchat", "flate2", "lambda_http", - "lambda_runtime", + "lambda_runtime 0.11.1", "once_cell", "opentelemetry", "opentelemetry-otlp", diff --git a/quickwit/quickwit-lambda/Cargo.toml b/quickwit/quickwit-lambda/Cargo.toml index ab4edbd23f0..a2ae19cd22f 100644 --- a/quickwit/quickwit-lambda/Cargo.toml +++ b/quickwit/quickwit-lambda/Cargo.toml @@ -24,7 +24,7 @@ aws_lambda_events = "0.15.0" chitchat = { workspace = true } flate2 = { workspace = true } lambda_http = "0.10.0" -lambda_runtime = "0.10.0" +lambda_runtime = "0.11.1" once_cell = { workspace = true } opentelemetry = { workspace = true } opentelemetry-otlp = { workspace = true, features = [