From b3075791c8bc6ea6f8e5317bc8703d96e3393198 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:32:40 +0000 Subject: [PATCH] fix(deps): update rust crate aws-sdk-athena to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5641b44..05ff56b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["Duyet "] [dependencies] anyhow = { version = "1.0.68", features = ["backtrace"] } aws-config = "0.53.0" -aws-sdk-athena = "0.23.0" +aws-sdk-athena = "1.4.0" bat = "0.22.1" chrono = "0.4.23" clap = { version = "4.1.1", features = ["derive"] }