From 4312b4b04e2626d9ec9c06bd4097f64a46729ade Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:54:10 +0000 Subject: [PATCH] fix(deps): 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 5641b44..cef0775 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ authors = ["Duyet "] [dependencies] anyhow = { version = "1.0.68", features = ["backtrace"] } -aws-config = "0.53.0" -aws-sdk-athena = "0.23.0" +aws-config = "1.0.0" +aws-sdk-athena = "1.0.0" bat = "0.22.1" chrono = "0.4.23" clap = { version = "4.1.1", features = ["derive"] }