From d619762a91145b383eaee0d47557cfbc70fe0160 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:05:57 +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 }