Skip to content

Commit cfc7c60

Browse files
authored
chore: clean up dependencies for datafusion cli (#14484)
* chore: clean up dependencies for DF cli
1 parent 7d22bda commit cfc7c60

File tree

3 files changed

+12
-23
lines changed

3 files changed

+12
-23
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ rstest = "0.24.0"
150150
serde_json = "1"
151151
sqlparser = { version = "0.53.0", features = ["visitor"] }
152152
tempfile = "3"
153-
tokio = { version = "1.36", features = ["macros", "rt", "sync"] }
153+
tokio = { version = "1.43", features = ["macros", "rt", "sync"] }
154154
url = "2.5.4"
155155

156156
[profile.release]

datafusion-cli/Cargo.lock

Lines changed: 10 additions & 17 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: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ arrow = { version = "54.1.0" }
3333
async-trait = "0.1.0"
3434
aws-config = "1.5.0"
3535
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"
3936
clap = { version = "4.5.28", features = ["derive", "cargo"] }
4037
datafusion = { path = "../datafusion/core", version = "45.0.0", features = [
4138
"avro",
@@ -52,14 +49,13 @@ dirs = "6.0.0"
5249
env_logger = "0.11"
5350
futures = "0.3"
5451
# pin as home 0.5.11 has MSRV 1.81. Can remove this once we bump MSRV to 1.81
55-
home = "=0.5.11"
5652
mimalloc = { version = "0.1", default-features = false }
5753
object_store = { version = "0.11.0", features = ["aws", "gcp", "http"] }
5854
parking_lot = { version = "0.12" }
5955
parquet = { version = "54.1.0", default-features = false }
6056
regex = "1.8"
6157
rustyline = "15.0"
62-
tokio = { version = "1.24", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot", "signal"] }
58+
tokio = { version = "1.43", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot", "signal"] }
6359
url = "2.5.4"
6460

6561
[dev-dependencies]

0 commit comments

Comments
 (0)