From f1dce775c058c80f4c881a33698bad8cf4d4ea4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 23:40: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 }