diff --git a/Cargo.lock b/Cargo.lock index 50b547f4..3fb7adfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -798,7 +798,7 @@ dependencies = [ "cloud-scanner-cli", "envy", "lambda_http", - "lambda_runtime 0.11.3", + "lambda_runtime", "log", "pkg-version", "serde", @@ -1762,7 +1762,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "hyper 1.5.0", - "lambda_runtime 0.13.0", + "lambda_runtime", "mime", "percent-encoding", "pin-project-lite", @@ -1773,34 +1773,6 @@ dependencies = [ "url", ] -[[package]] -name = "lambda_runtime" -version = "0.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9be8f0e7a5db270feb93a7a3593c22a4c5fb8e8f260f5f490e0c3a5ffeb009db" -dependencies = [ - "async-stream", - "base64 0.22.1", - "bytes", - "futures", - "http 1.1.0", - "http-body 1.0.1", - "http-body-util", - "http-serde", - "hyper 1.5.0", - "hyper-util", - "lambda_runtime_api_client", - "pin-project", - "serde", - "serde_json", - "serde_path_to_error", - "tokio", - "tokio-stream", - "tower", - "tower-layer", - "tracing", -] - [[package]] name = "lambda_runtime" version = "0.13.0" @@ -1815,7 +1787,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "http-serde", - "hyper 1.4.1", + "hyper 1.5.0", "hyper-util", "lambda_runtime_api_client", "pin-project", diff --git a/cloud-scanner-lambda/Cargo.toml b/cloud-scanner-lambda/Cargo.toml index 3d591984..6580c676 100644 --- a/cloud-scanner-lambda/Cargo.toml +++ b/cloud-scanner-lambda/Cargo.toml @@ -26,7 +26,7 @@ default-features = false features = ["apigw_rest", "alb"] [dependencies.lambda_runtime] -version = "0.11.1" +version = "0.13.0" [dependencies.serde] features = ["derive"]