From f705f303420e159357f715486ec8e0591dc67207 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:05:34 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- Cargo.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5641b44..acce55c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,23 +5,23 @@ edition = "2021" 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" -chrono = "0.4.23" -clap = { version = "4.1.1", features = ["derive"] } +anyhow = { version = "1.0.75", features = ["backtrace"] } +aws-config = "0.56.1" +aws-sdk-athena = "0.30.0" +bat = "0.23.0" +chrono = "0.4.30" +clap = { version = "4.4.2", 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" +log = "0.4.20" +regex = "1.9.5" +tera = "1.19.1" +tokio = { version = "1.32.0", 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.3" +predicates = "3.0.3" serial_test = "2.0.0" -tempfile = "3.3.0" +tempfile = "3.8.0"