You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by pa...@apache.org on 2019/03/07 02:26:13 UTC

[arrow] branch master updated: ARROW-4791: [Rust] Remove unused dependencies

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

paddyhoran 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 c291fb9  ARROW-4791: [Rust] Remove unused dependencies
c291fb9 is described below

commit c291fb9424b6707b85af2e5474c4738d3b308323
Author: Yu Ding <di...@gmail.com>
AuthorDate: Wed Mar 6 21:33:03 2019 -0500

    ARROW-4791: [Rust] Remove unused dependencies
    
    Signed-off-by: Yu Ding <di...@gmail.com>
    
    Author: Yu Ding <di...@gmail.com>
    
    Closes #3826 from dingelish/master and squashes the following commits:
    
    d8f7a071 <Yu Ding> Remove unused dependencies
---
 rust/arrow/Cargo.toml      | 1 -
 rust/datafusion/Cargo.toml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/rust/arrow/Cargo.toml b/rust/arrow/Cargo.toml
index c319f24..c825316 100644
--- a/rust/arrow/Cargo.toml
+++ b/rust/arrow/Cargo.toml
@@ -35,7 +35,6 @@ name = "arrow"
 path = "src/lib.rs"
 
 [dependencies]
-bytes = "0.4"
 libc = "0.2"
 serde = { version = "1.0.80", features = ["rc"] }
 serde_derive = "1.0.80"
diff --git a/rust/datafusion/Cargo.toml b/rust/datafusion/Cargo.toml
index 50986d9..ca26c63 100644
--- a/rust/datafusion/Cargo.toml
+++ b/rust/datafusion/Cargo.toml
@@ -35,7 +35,6 @@ name = "datafusion"
 path = "src/lib.rs"
 
 [dependencies]
-clap = "2.31.2"
 fnv = "1.0.3"
 arrow = { path = "../arrow" }
 parquet = { path = "../parquet" }