diff --git a/Cargo.toml b/Cargo.toml index be0fa22..e643f0d 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" +anyhow = { version = "1.0.69", features = ["backtrace"] } +aws-config = "0.54.1" +aws-sdk-athena = "0.24.0" bat = "0.22.1" -chrono = "0.4.23" -clap = { version = "4.1.1", features = ["derive"] } +chrono = "0.4.24" +clap = { version = "4.1.8", 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"] } +tera = "1.18.0" +tokio = { version = "1.26.0", features = ["full"] } walkdir = "2.3.2" [dev-dependencies] assert_cmd = "2.0.8" -indoc = "2.0.0" +indoc = "2.0.1" predicates = "2.1.5" serial_test = "1.0.0" -tempfile = "3.3.0" +tempfile = "3.4.0"