This is an automated email from the ASF dual-hosted git repository.

alamb 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 a93b4deac1 chore(deps): bump aws-sdk-ssooidc in /datafusion-cli 
(#14314)
a93b4deac1 is described below

commit a93b4deac100dac70d79199a537e155f4b4811ff
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 29 11:45:28 2025 -0500

    chore(deps): bump aws-sdk-ssooidc in /datafusion-cli (#14314)
    
    Bumps [aws-sdk-ssooidc](https://github.com/awslabs/aws-sdk-rust) from 
1.51.0 to 1.57.1.
    - [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-ssooidc
      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>
---
 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 d08c414986..5666406fda 100644
--- a/datafusion-cli/Cargo.lock
+++ b/datafusion-cli/Cargo.lock
@@ -538,9 +538,9 @@ dependencies = [
 
 [[package]]
 name = "aws-sdk-ssooidc"
-version = "1.51.0"
+version = "1.57.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "abaf490c2e48eed0bb8e2da2fb08405647bd7f253996e0f93b981958ea0f73b0"
+checksum = "a120ade4a44691b3c5c2ff2fa61b14ed331fdc218397f61ab48d66593012ae2a"
 dependencies = [
  "aws-credential-types",
  "aws-runtime",
diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml
index e9e35c4b37..3e1776433b 100644
--- a/datafusion-cli/Cargo.toml
+++ b/datafusion-cli/Cargo.toml
@@ -36,7 +36,7 @@ aws-config = "=1.5.10"
 ## 1.53.0 requires a higher MSRV 1.81 so lock until DataFusion MSRV catches up
 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.51.0"
+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"
 # end pin aws-sdk crates


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to