From f86445403e60a981ade38147c61171a7877f73aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 22:43:47 +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..ac602a9 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.0" aws-sdk-athena = "0.23.0" bat = "0.22.1" chrono = "0.4.23"