From 52b14149e6a21657822505aa99d7cd5d338a5747 Mon Sep 17 00:00:00 2001 From: Piotr Findeisen Date: Mon, 25 Nov 2024 18:34:57 +0100 Subject: [PATCH] Remove unused dependencies --- arrow-arith/Cargo.toml | 1 - arrow-avro/Cargo.toml | 4 ---- arrow-csv/Cargo.toml | 2 -- arrow-flight/gen/Cargo.toml | 1 - arrow-integration-testing/Cargo.toml | 2 -- arrow-ipc/Cargo.toml | 1 - arrow-json/Cargo.toml | 1 - arrow-ord/Cargo.toml | 1 - arrow/Cargo.toml | 1 - 9 files changed, 14 deletions(-) diff --git a/arrow-arith/Cargo.toml b/arrow-arith/Cargo.toml index d2ee0b9e2c72..66696df8aa04 100644 --- a/arrow-arith/Cargo.toml +++ b/arrow-arith/Cargo.toml @@ -39,7 +39,6 @@ arrow-buffer = { workspace = true } arrow-data = { workspace = true } arrow-schema = { workspace = true } chrono = { workspace = true } -half = { version = "2.1", default-features = false } num = { version = "0.4", default-features = false, features = ["std"] } [dev-dependencies] diff --git a/arrow-avro/Cargo.toml b/arrow-avro/Cargo.toml index d2436f0c15de..c82bf0113ea4 100644 --- a/arrow-avro/Cargo.toml +++ b/arrow-avro/Cargo.toml @@ -39,10 +39,6 @@ deflate = ["flate2"] snappy = ["snap", "crc"] [dependencies] -arrow-array = { workspace = true } -arrow-buffer = { workspace = true } -arrow-cast = { workspace = true } -arrow-data = { workspace = true } arrow-schema = { workspace = true } serde_json = { version = "1.0", default-features = false, features = ["std"] } serde = { version = "1.0.188", features = ["derive"] } diff --git a/arrow-csv/Cargo.toml b/arrow-csv/Cargo.toml index be213c9363c2..4729779c43ba 100644 --- a/arrow-csv/Cargo.toml +++ b/arrow-csv/Cargo.toml @@ -37,13 +37,11 @@ bench = false arrow-array = { workspace = true } arrow-buffer = { workspace = true } arrow-cast = { workspace = true } -arrow-data = { workspace = true } arrow-schema = { workspace = true } chrono = { workspace = true } csv = { version = "1.1", default-features = false } csv-core = { version = "0.1" } lazy_static = { version = "1.4", default-features = false } -lexical-core = { version = "1.0", default-features = false } regex = { version = "1.7.0", default-features = false, features = ["std", "unicode", "perf"] } [dev-dependencies] diff --git a/arrow-flight/gen/Cargo.toml b/arrow-flight/gen/Cargo.toml index b5ed0cea4c38..ccd32b433cf1 100644 --- a/arrow-flight/gen/Cargo.toml +++ b/arrow-flight/gen/Cargo.toml @@ -32,6 +32,5 @@ publish = false [dependencies] # Pin specific version of the tonic-build dependencies to avoid auto-generated # (and checked in) arrow.flight.protocol.rs from changing -proc-macro2 = { version = "=1.0.92", default-features = false } prost-build = { version = "=0.13.3", default-features = false } tonic-build = { version = "=0.12.3", default-features = false, features = ["transport", "prost"] } diff --git a/arrow-integration-testing/Cargo.toml b/arrow-integration-testing/Cargo.toml index 7be56d919852..0ebbc05a8b83 100644 --- a/arrow-integration-testing/Cargo.toml +++ b/arrow-integration-testing/Cargo.toml @@ -41,14 +41,12 @@ arrow-integration-test = { path = "../arrow-integration-test", default-features async-trait = { version = "0.1.41", default-features = false } clap = { version = "4", default-features = false, features = ["std", "derive", "help", "error-context", "usage"] } futures = { version = "0.3", default-features = false } -hex = { version = "0.4", default-features = false, features = ["std"] } prost = { version = "0.13", default-features = false } serde = { version = "1.0", default-features = false, features = ["rc", "derive"] } serde_json = { version = "1.0", default-features = false, features = ["std"] } tokio = { version = "1.0", default-features = false } tonic = { version = "0.12", default-features = false } tracing-subscriber = { version = "0.3.1", default-features = false, features = ["fmt"], optional = true } -num = { version = "0.4", default-features = false, features = ["std"] } flate2 = { version = "1", default-features = false, features = ["rust_backend"] } [dev-dependencies] diff --git a/arrow-ipc/Cargo.toml b/arrow-ipc/Cargo.toml index 94b89a55f2fb..cf91b3a3415f 100644 --- a/arrow-ipc/Cargo.toml +++ b/arrow-ipc/Cargo.toml @@ -36,7 +36,6 @@ bench = false [dependencies] arrow-array = { workspace = true } arrow-buffer = { workspace = true } -arrow-cast = { workspace = true } arrow-data = { workspace = true } arrow-schema = { workspace = true } flatbuffers = { version = "24.3.25", default-features = false } diff --git a/arrow-json/Cargo.toml b/arrow-json/Cargo.toml index 517bb03d2064..564cb9433b3d 100644 --- a/arrow-json/Cargo.toml +++ b/arrow-json/Cargo.toml @@ -48,7 +48,6 @@ chrono = { workspace = true } lexical-core = { version = "1.0", default-features = false} [dev-dependencies] -tempfile = "3.3" flate2 = { version = "1", default-features = false, features = ["rust_backend"] } serde = { version = "1.0", default-features = false, features = ["derive"] } futures = "0.3" diff --git a/arrow-ord/Cargo.toml b/arrow-ord/Cargo.toml index c9c30074fe6e..a2894c020296 100644 --- a/arrow-ord/Cargo.toml +++ b/arrow-ord/Cargo.toml @@ -39,7 +39,6 @@ arrow-buffer = { workspace = true } arrow-data = { workspace = true } arrow-schema = { workspace = true } arrow-select = { workspace = true } -num = { version = "0.4", default-features = false, features = ["std"] } half = { version = "2.1", default-features = false, features = ["num-traits"] } [dev-dependencies] diff --git a/arrow/Cargo.toml b/arrow/Cargo.toml index 732819cf0b5f..32b2384afe7b 100644 --- a/arrow/Cargo.toml +++ b/arrow/Cargo.toml @@ -87,7 +87,6 @@ chrono = { workspace = true } criterion = { version = "0.5", default-features = false } half = { version = "2.1", default-features = false } rand = { version = "0.8", default-features = false, features = ["std", "std_rng"] } -tempfile = { version = "3", default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } [build-dependencies]