From 3e8b1cd4f808cb6bcf8893c05bc0d942c9c05b53 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 19:32:35 +0000 Subject: [PATCH] fix(deps): update rust crate aws-config to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5641b44..9cbfca3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Duyet "] [dependencies] anyhow = { version = "1.0.68", features = ["backtrace"] } -aws-config = "0.53.0" +aws-config = "1.0.3" aws-sdk-athena = "0.23.0" bat = "0.22.1" chrono = "0.4.23"