Skip to content

Commit

Permalink
Bump aws-sdk-sso to 1.43.0, aws-sdk-sts to 1.43.0 and aws-sdk-ssooidc…
Browse files Browse the repository at this point in the history
… from 1.40.0 to 1.44.0 in /datafusion-cli (apache#12409)

* Bump aws-sdk-ssooidc from 1.40.0 to 1.42.0 in /datafusion-cli

Bumps [aws-sdk-ssooidc](https://github.com/awslabs/aws-sdk-rust) from 1.40.0 to 1.42.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-ssooidc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update other libraries

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
dependabot[bot] and alamb authored Sep 19, 2024
1 parent 98e5f64 commit 0243ebd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
32 changes: 16 additions & 16 deletions datafusion-cli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,9 @@ readme = "README.md"
arrow = { version = "53.0.0" }
async-trait = "0.1.73"
aws-config = "1.5.5"
# begin pin aws-sdk crates otherwise CI MSRV check fails
# We can't update these libraries yet as it requires Rust 1.78, which is not available until Nov 2024
# per https://github.com/apache/datafusion?tab=readme-ov-file#rust-version-compatibility-policy
aws-sdk-sso = "=1.39.0"
aws-sdk-ssooidc = "=1.40.0"
aws-sdk-sts = "=1.39.0"
aws-sdk-sso = "1.43.0"
aws-sdk-ssooidc = "1.44.0"
aws-sdk-sts = "1.43.0"
# end pin aws-sdk crates
aws-credential-types = "1.2.0"
clap = { version = "4.5.16", features = ["derive", "cargo"] }
Expand Down

0 comments on commit 0243ebd

Please sign in to comment.