From e5820a013c9fae3442e259d9e24e28697b70c884 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:52:32 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5641b44..ef4c241 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,13 +6,13 @@ authors = ["Duyet "] [dependencies] anyhow = { version = "1.0.68", features = ["backtrace"] } -aws-config = "0.53.0" -aws-sdk-athena = "0.23.0" -bat = "0.22.1" +aws-config = "0.101.0" +aws-sdk-athena = "0.39.0" +bat = "0.24.0" chrono = "0.4.23" clap = { version = "4.1.1", features = ["derive"] } devtimer = "4.0.1" -env_logger = "0.10.0" +env_logger = "0.11.0" log = "0.4.17" regex = "1.7.1" tera = "1.17.1"