This is an automated email from the ASF dual-hosted git repository. findepi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push: new 0d367dd7ab chore(deps): bump aws-sdk-sts from 1.51.0 to 1.57.0 in /datafusion-cli (#14263) 0d367dd7ab is described below commit 0d367dd7ab8fe3212e8469fd383d508584559f3f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Jan 30 00:55:26 2025 -0800 chore(deps): bump aws-sdk-sts from 1.51.0 to 1.57.0 in /datafusion-cli (#14263) Bumps [aws-sdk-sts](https://github.com/awslabs/aws-sdk-rust) from 1.51.0 to 1.57.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-sts dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Lamb <and...@nerdnetworks.org> --- datafusion-cli/Cargo.lock | 4 ++-- datafusion-cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/datafusion-cli/Cargo.lock b/datafusion-cli/Cargo.lock index 733a700ce1..750eb7878c 100644 --- a/datafusion-cli/Cargo.lock +++ b/datafusion-cli/Cargo.lock @@ -560,9 +560,9 @@ dependencies = [ [[package]] name = "aws-sdk-sts" -version = "1.51.0" +version = "1.57.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b68fde0d69c8bfdc1060ea7da21df3e39f6014da316783336deff0a9ec28f4bf" +checksum = "115fd4fb663817ed595a5ee4f1649d7aacd861d47462323cb37576ce89271b93" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml index f93d70b1a5..7dbd61153d 100644 --- a/datafusion-cli/Cargo.toml +++ b/datafusion-cli/Cargo.toml @@ -38,7 +38,7 @@ aws-sdk-sso = "=1.50.0" ## 1.54.0 requires a higher MSRV 1.81 so lock until DataFusion MSRV catches up aws-sdk-ssooidc = "=1.57.1" ## 1.54.1 requires a higher MSRV 1.81 so lock until DataFusion MSRV catches up -aws-sdk-sts = "=1.51.0" +aws-sdk-sts = "=1.57.0" # end pin aws-sdk crates aws-credential-types = "1.2.0" clap = { version = "4.5.27", features = ["derive", "cargo"] } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org