From 68326afcc378cf214eb4dff3f41f2b34a51fe0fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 22:34:17 +0000 Subject: [PATCH] Update Rust crate aws-config to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91f69fb..ead109d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ log = "0.4" serde = { version = "1", features = ["derive"] } tokio = "1" -aws-config = { version = "0.52", features = ["rustls"], optional = true } +aws-config = { version = "1.0", features = ["rustls"], optional = true } aws-sdk-secretsmanager = { version = "0.22", 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 }