Skip to content

Commit 07ee09a

Browse files
authored
Unpin aws sdk dependencies (#14361)
1 parent c077ef5 commit 07ee09a

File tree

2 files changed

+19
-33
lines changed

2 files changed

+19
-33
lines changed

datafusion-cli/Cargo.lock

Lines changed: 14 additions & 23 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: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,12 @@ readme = "README.md"
3030

3131
[dependencies]
3232
arrow = { version = "54.0.0" }
33-
async-trait = "0.1.73"
34-
## 1.5.13 requires a hiher MSRV 1.81 so lock until DataFusion MSRV catches up
35-
aws-config = "=1.5.10"
36-
## 1.53.0 requires a higher MSRV 1.81 so lock until DataFusion MSRV catches up
37-
aws-sdk-sso = "=1.56.0"
38-
## 1.54.0 requires a higher MSRV 1.81 so lock until DataFusion MSRV catches up
39-
aws-sdk-ssooidc = "=1.58.0"
40-
## 1.54.1 requires a higher MSRV 1.81 so lock until DataFusion MSRV catches up
41-
aws-sdk-sts = "=1.57.0"
42-
# end pin aws-sdk crates
33+
async-trait = "0.1.0"
34+
aws-config = "1.5.0"
4335
aws-credential-types = "1.2.0"
36+
aws-sdk-sso = "1.57.0"
37+
aws-sdk-ssooidc = "1.57.0"
38+
aws-sdk-sts = "1.57.0"
4439
clap = { version = "4.5.27", features = ["derive", "cargo"] }
4540
datafusion = { path = "../datafusion/core", version = "44.0.0", features = [
4641
"avro",

0 commit comments

Comments
 (0)