From fc6e9b71d912d01188a5704a12439d85de2c69cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 22:12:14 +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..dc96433 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.1.1" +aws-sdk-athena = "1.7.0" bat = "0.22.1" chrono = "0.4.23" clap = { version = "4.1.1", features = ["derive"] }