Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions datafusion-cli/Cargo.lock

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

2 changes: 1 addition & 1 deletion datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ 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-sso = "=1.41.0"
aws-sdk-ssooidc = "=1.40.0"
aws-sdk-sts = "=1.39.0"
# end pin aws-sdk crates
Expand Down