From c44fa7dcc7c998c475f72d62b78c1240c7ada8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 14:02:13 -0500 Subject: [PATCH] chore(deps): Bump aws-sdk-glue from 1.74.0 to 1.76.0 (#887) Bumps [aws-sdk-glue](https://github.com/awslabs/aws-sdk-rust) from 1.74.0 to 1.76.0. - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-glue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ec1fda6c4..1281e7b112 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,9 +694,9 @@ dependencies = [ [[package]] name = "aws-sdk-glue" -version = "1.74.0" +version = "1.76.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcf70e5fdbed7934eff5a4990b0d85d3c02a88c6ae79b4c20b900bcf8c6890aa" +checksum = "9c25c89d6efe63a398cb727b79c285e06184c432985a0d221df0f23d7d10f1f9" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index aef6b22748..c7a61d2e30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ async-stream = "0.3.5" async-trait = "0.1" async-std = "1.12" aws-config = "1.1.8" -aws-sdk-glue = "1.21" +aws-sdk-glue = "1.76" bimap = "0.6" bitvec = "1.0.1" bytes = "1.5"