From 47e11d2942452472a31dc82f229f902cb22a98d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 00:55:38 +0000 Subject: [PATCH] fix(deps): update rust crate aws-sdk-glue to 1.24 (#111) 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 1fabc8a..0f1365b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ exclude = [ [dependencies] aws-config = "1.1" -aws-sdk-glue = "1.23" +aws-sdk-glue = "1.24" aws-types = "1.1" aws-credential-types = "1.1" chrono = "0.4"