This is an automated email from the ASF dual-hosted git repository.

agrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new a27497f  ARROW-9527: [Rust] Removed un-used dev dependencies.
a27497f is described below

commit a27497f7aadb49d3cf11c02e8addd9514c88450f
Author: Jorge C. Leitao <[email protected]>
AuthorDate: Mon Jul 20 12:26:40 2020 -0600

    ARROW-9527: [Rust] Removed un-used dev dependencies.
    
    Closes #7806 from jorgecarleitao/clean_dev_dependencies
    
    Authored-by: Jorge C. Leitao <[email protected]>
    Signed-off-by: Andy Grove <[email protected]>
---
 rust/arrow/Cargo.toml      | 1 -
 rust/datafusion/Cargo.toml | 1 -
 rust/parquet/Cargo.toml    | 1 -
 3 files changed, 3 deletions(-)

diff --git a/rust/arrow/Cargo.toml b/rust/arrow/Cargo.toml
index dac331b..e5210aa 100644
--- a/rust/arrow/Cargo.toml
+++ b/rust/arrow/Cargo.toml
@@ -60,7 +60,6 @@ default = ["flight", "prettyprint"]
 
 [dev-dependencies]
 criterion = "0.3"
-lazy_static = "1"
 flate2 = "1"
 tempfile = "3"
 
diff --git a/rust/datafusion/Cargo.toml b/rust/datafusion/Cargo.toml
index d31e003..a65dd11 100644
--- a/rust/datafusion/Cargo.toml
+++ b/rust/datafusion/Cargo.toml
@@ -61,7 +61,6 @@ futures = "0.3"
 prost = "0.6"
 tokio = { version = "0.2", features = ["macros"] }
 tonic = "0.2"
-flatbuffers = "0.6"
 arrow-flight = { path = "../arrow-flight", version = "1.0.0-SNAPSHOT" }
 
 [[bench]]
diff --git a/rust/parquet/Cargo.toml b/rust/parquet/Cargo.toml
index 8baf379..20be383 100644
--- a/rust/parquet/Cargo.toml
+++ b/rust/parquet/Cargo.toml
@@ -43,7 +43,6 @@ arrow = { path = "../arrow", version = "1.0.0-SNAPSHOT", 
optional = true }
 serde_json = { version = "1.0", features = ["preserve_order"] }
 
 [dev-dependencies]
-lazy_static = "1"
 rand = "0.7"
 snap = "1.0"
 brotli = "3.3"

Reply via email to