From 1baf6550d01c846e1605f123d348c5d4429cb945 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 16:42:14 +0000 Subject: [PATCH] Update dependencies (non-major) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91f69fb..1b9ba3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,13 +29,13 @@ _rotate = ["serde_json"] anyhow = "1" async-trait = "0.1" futures = "0.3" -lambda_runtime = "0.7" +lambda_runtime = "0.14" log = "0.4" serde = { version = "1", features = ["derive"] } tokio = "1" -aws-config = { version = "0.52", features = ["rustls"], optional = true } -aws-sdk-secretsmanager = { version = "0.22", features = ["rustls"], optional = true } +aws-config = { version = "0.101", features = ["rustls"], optional = true } +aws-sdk-secretsmanager = { version = "0.39", features = ["rustls"], optional = true } rusoto_core = { version = "0.48", default-features = false, features = ["rustls"], optional = true } rusoto_secretsmanager = { version = "0.48", default-features = false, features = ["rustls"], optional = true } serde_json = { version = "1", optional = true }