Skip to content

Commit 0a6fae6

Browse files
committed
remove unused dependencies
1 parent 051acb1 commit 0a6fae6

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Cargo.lock

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,21 @@ substrait = ["dep:datafusion-substrait"]
3535

3636
[dependencies]
3737
tokio = { version = "1.39", features = ["macros", "rt", "rt-multi-thread", "sync"] }
38-
rand = "0.8"
3938
pyo3 = { version = "0.22", features = ["extension-module", "abi3", "abi3-py38"] }
4039
arrow = { version = "53", features = ["pyarrow"] }
4140
datafusion = { version = "42.0.0", features = ["pyarrow", "avro", "unicode_expressions"] }
4241
datafusion-substrait = { version = "42.0.0", optional = true }
4342
datafusion-proto = { version = "42.0.0" }
4443
prost = "0.13" # keep in line with `datafusion-substrait`
45-
prost-types = "0.13" # keep in line with `datafusion-substrait`
4644
uuid = { version = "1.9", features = ["v4"] }
4745
mimalloc = { version = "0.1", optional = true, default-features = false, features = ["local_dynamic_tls"] }
4846
async-trait = "0.1"
4947
futures = "0.3"
5048
object_store = { version = "0.11.0", features = ["aws", "gcp", "azure", "http"] }
51-
parking_lot = "0.12"
52-
regex-syntax = "0.8"
53-
syn = "2.0.79"
5449
url = "2"
5550

5651
[build-dependencies]
52+
prost-types = "0.13" # keep in line with `datafusion-substrait`
5753
pyo3-build-config = "0.22"
5854

5955
[lib]

0 commit comments

Comments
 (0)