Skip to content

Commit 0243ebd

Browse files
Bump aws-sdk-sso to 1.43.0, aws-sdk-sts to 1.43.0 and aws-sdk-ssooidc from 1.40.0 to 1.44.0 in /datafusion-cli (#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] <support@github.com> * Update other libraries --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent 98e5f64 commit 0243ebd

2 files changed

Lines changed: 19 additions & 22 deletions

File tree

datafusion-cli/Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion-cli/Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,9 @@ readme = "README.md"
3333
arrow = { version = "53.0.0" }
3434
async-trait = "0.1.73"
3535
aws-config = "1.5.5"
36-
# begin pin aws-sdk crates otherwise CI MSRV check fails
37-
# We can't update these libraries yet as it requires Rust 1.78, which is not available until Nov 2024
38-
# per https://github.com/apache/datafusion?tab=readme-ov-file#rust-version-compatibility-policy
39-
aws-sdk-sso = "=1.39.0"
40-
aws-sdk-ssooidc = "=1.40.0"
41-
aws-sdk-sts = "=1.39.0"
36+
aws-sdk-sso = "1.43.0"
37+
aws-sdk-ssooidc = "1.44.0"
38+
aws-sdk-sts = "1.43.0"
4239
# end pin aws-sdk crates
4340
aws-credential-types = "1.2.0"
4441
clap = { version = "4.5.16", features = ["derive", "cargo"] }

0 commit comments

Comments
 (0)