diff --git a/Cargo.toml b/Cargo.toml index 5641b44..5f48614 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.7" +aws-sdk-athena = "1.16.0" bat = "0.22.1" chrono = "0.4.23" clap = { version = "4.1.1", features = ["derive"] }