Skip to content

Commit 21151b3

Browse files
sakhartaskalt
authored andcommitted
fix: removed workspace mentions from datafusion-cli
1 parent 8821e01 commit 21151b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

datafusion-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rust-version = "1.82.0"
2929
readme = "README.md"
3030

3131
[dependencies]
32-
arrow = { workspace = true }
32+
arrow = "54.0.0"
3333
async-trait = "0.1.73"
3434
aws-config = "1.5.5"
3535
# begin pin aws-sdk crates otherwise CI MSRV check fails
@@ -57,7 +57,7 @@ futures = "0.3"
5757
mimalloc = { version = "0.1", default-features = false }
5858
object_store = { version = "0.11.0", features = ["aws", "gcp", "http"] }
5959
parking_lot = { version = "0.12" }
60-
parquet = { workspace = true, default-features = false }
60+
parquet = { version = "54.0.0", default-features = false }
6161
regex = "1.8"
6262
rustyline = "14.0"
6363
tokio = { version = "1.24", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot", "signal"] }

0 commit comments

Comments
 (0)