From 6c239f0db83b9191465186fca992d56cfd09fdac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 01:49:25 +0000 Subject: [PATCH] Update aws-sdk-rust monorepo to v1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 91f69fb..420888d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,8 +34,8 @@ 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 = "1.1", features = ["rustls"], optional = true } +aws-sdk-secretsmanager = { version = "1.17", 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 }