Skip to content

Commit 1fbebde

Browse files
committed
Unpin aws sdk dependencies
1 parent 3f48520 commit 1fbebde

File tree

2 files changed

+17
-31
lines changed

2 files changed

+17
-31
lines changed

datafusion-cli/Cargo.lock

Lines changed: 12 additions & 21 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
@@ -31,16 +31,11 @@ readme = "README.md"
3131
[dependencies]
3232
arrow = { version = "54.0.0" }
3333
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.50.0"
38-
## 1.54.0 requires a higher MSRV 1.81 so lock until DataFusion MSRV catches up
39-
aws-sdk-ssooidc = "=1.51.0"
40-
## 1.54.1 requires a higher MSRV 1.81 so lock until DataFusion MSRV catches up
41-
aws-sdk-sts = "=1.51.0"
42-
# end pin aws-sdk crates
43-
aws-credential-types = "1.2.0"
34+
aws-config = "1.5.15"
35+
aws-sdk-sso = "1.56.0"
36+
aws-sdk-ssooidc = "1.57.0"
37+
aws-sdk-sts = "1.57.0"
38+
aws-credential-types = "1.2.1"
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)