From 3267c40cb4ba266c84c5bf0dc364555e0884e0b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 17:59:41 +0000 Subject: [PATCH] Update Rust crate aws-sdk-secretsmanager to v1 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91f69fb..6e0f00e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ 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-sdk-secretsmanager = { version = "1.93.0", 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 }