This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new c44fa7dc chore(deps): Bump aws-sdk-glue from 1.74.0 to 1.76.0 (#887)
c44fa7dc is described below
commit c44fa7dcc7c998c475f72d62b78c1240c7ada8b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 12 14:02:13 2025 -0500
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] <[email protected]>
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 7ec1fda6..1281e7b1 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 aef6b227..c7a61d2e 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"