From b3d012fa464be51689e2bb4d3828072235752741 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 02:32:44 +0000 Subject: [PATCH] fix(deps): update rust crate aws-sdk-glue to 1.26 (#113) 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 a47613e..077c89d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ exclude = [ [dependencies] aws-config = "1.2" -aws-sdk-glue = "1.25" +aws-sdk-glue = "1.26" aws-types = "1.2" aws-credential-types = "1.2" chrono = "0.4"