diff --git a/Cargo.lock b/Cargo.lock index 5c29f527..c599f804 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,7 +756,7 @@ dependencies = [ "cloud-scanner-cli", "envy", "lambda_http", - "lambda_runtime 0.11.1", + "lambda_runtime", "log", "pkg-version", "serde", @@ -1461,9 +1461,9 @@ dependencies = [ [[package]] name = "lambda_http" -version = "0.10.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef8fafd7a4ce0bc6093cf1bed3dcdfc1239c27df1e79e3f2154f4d3299d4f60e" +checksum = "5ebde9aedfdf8c2bac4365d9adafae6ca6d631b0ea221734ac802595fcd141cb" dependencies = [ "aws_lambda_events", "base64", @@ -1475,7 +1475,7 @@ dependencies = [ "http-body 1.0.0", "http-body-util", "hyper 1.2.0", - "lambda_runtime 0.10.0", + "lambda_runtime", "mime", "percent-encoding", "pin-project-lite", @@ -1486,32 +1486,6 @@ dependencies = [ "url", ] -[[package]] -name = "lambda_runtime" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2904c10fbeaf07aa317fc96a0e28e89c80ed12f7949ed06afd7869b21fef32" -dependencies = [ - "async-stream", - "base64", - "bytes", - "futures", - "http 1.1.0", - "http-body 1.0.0", - "http-body-util", - "http-serde", - "hyper 1.2.0", - "hyper-util", - "lambda_runtime_api_client 0.10.0", - "serde", - "serde_json", - "serde_path_to_error", - "tokio", - "tokio-stream", - "tower", - "tracing", -] - [[package]] name = "lambda_runtime" version = "0.11.1" @@ -1528,7 +1502,7 @@ dependencies = [ "http-serde", "hyper 1.2.0", "hyper-util", - "lambda_runtime_api_client 0.11.0", + "lambda_runtime_api_client", "pin-project", "serde", "serde_json", @@ -1540,27 +1514,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "lambda_runtime_api_client" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1364cd67281721d2a9a4444ba555cf4d74a195e647061fa4ccac46e6f5c3b0ae" -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 = "lambda_runtime_api_client" version = "0.11.0" diff --git a/cloud-scanner-lambda/Cargo.toml b/cloud-scanner-lambda/Cargo.toml index 5737f7c3..79805326 100644 --- a/cloud-scanner-lambda/Cargo.toml +++ b/cloud-scanner-lambda/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0" path = "../cloud-scanner-cli" [dependencies.lambda_http] -version = "0.10.0" +version = "0.11.1" default-features = false features = ["apigw_rest", "alb"]