Skip to content

Commit

Permalink
Prune unused dependencies from datafusion-proto (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored May 30, 2022
1 parent fdb8fec commit 3a313c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions datafusion/proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,15 @@ path = "src/lib.rs"

[dependencies]
arrow = { version = "14.0.0" }
async-trait = "0.1"
datafusion = { path = "../core", version = "8.0.0" }
datafusion-common = { path = "../common", version = "8.0.0" }
datafusion-data-access = { path = "../data-access", version = "8.0.0" }
datafusion-expr = { path = "../expr", version = "8.0.0" }
prost = "0.10"
tokio = "1.18"


[dev-dependencies]
doc-comment = "0.3"
tokio = "1.18"

[build-dependencies]
tonic-build = { version = "0.7" }

0 comments on commit 3a313c9

Please sign in to comment.