From 569262d54c65ba05f3de1a4b21022ec3b98a8964 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 21 Dec 2023 04:51:21 +0000
Subject: [PATCH] fix(deps): update all non-major dependencies

---
 Cargo.toml | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 5641b44..3d83ab9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,23 +5,23 @@ edition = "2021"
 authors = ["Duyet <me@duyet.net>"]
 
 [dependencies]
-anyhow = { version = "1.0.68", features = ["backtrace"] }
-aws-config = "0.53.0"
-aws-sdk-athena = "0.23.0"
-bat = "0.22.1"
-chrono = "0.4.23"
-clap = { version = "4.1.1", features = ["derive"] }
+anyhow = { version = "1.0.76", features = ["backtrace"] }
+aws-config = "0.101.0"
+aws-sdk-athena = "0.39.0"
+bat = "0.24.0"
+chrono = "0.4.31"
+clap = { version = "4.4.11", features = ["derive"] }
 devtimer = "4.0.1"
-env_logger = "0.10.0"
-log = "0.4.17"
-regex = "1.7.1"
-tera = "1.17.1"
-tokio = { version = "1.24.2", features = ["full"] }
-walkdir = "2.3.2"
+env_logger = "0.10.1"
+log = "0.4.20"
+regex = "1.10.2"
+tera = "1.19.1"
+tokio = { version = "1.35.1", features = ["full"] }
+walkdir = "2.4.0"
 
 [dev-dependencies]
-assert_cmd = "2.0.8"
-indoc = "2.0.0"
-predicates = "3.0.2"
+assert_cmd = "2.0.12"
+indoc = "2.0.4"
+predicates = "3.0.4"
 serial_test = "2.0.0"
-tempfile = "3.3.0"
+tempfile = "3.8.1"