From b5b0925e814a0602c552640c954a7f1de42508cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:35:03 +0000 Subject: [PATCH] fix(deps): update rust crate aws-config to 1.2.1 (#117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 824e702..184647c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ exclude = [ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -aws-config = "1.2" +aws-config = "1.2.1" aws-sdk-glue = "1.27" aws-types = "1.2" aws-credential-types = "1.2"