From 74d5aba38e8440771db4352f254bca6dcfe8388f Mon Sep 17 00:00:00 2001 From: Andrew Duffy Date: Mon, 25 Nov 2024 14:35:08 -0500 Subject: [PATCH] chore: remove unused pins (#1473) Courtesy of RustRover --- Cargo.toml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a2fe711bd..5e3bf2f84f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,6 @@ readme = "README.md" categories = ["database-implementations", "data-structures", "compression"] [workspace.dependencies] -allocator-api2 = "0.2.16" anyhow = "1.0" arbitrary = "1.3.2" arrayref = "0.3.7" @@ -54,23 +53,18 @@ arrow-arith = "53.0.0" arrow-array = "53.0.0" arrow-buffer = "53.0.0" arrow-cast = "53.0.0" -arrow-csv = "53.0.0" -arrow-data = "53.0.0" arrow-ipc = "53.0.0" arrow-ord = "53.0.0" arrow-schema = "53.0.0" arrow-select = "53.0.0" async-trait = "0.1" -bindgen = "0.70.0" bytes = "1.6.0" bzip2 = "0.4.4" -cargo_metadata = "0.19.0" chrono = "0.4.38" clap = "4.5.13" compio = "0.13" criterion = { version = "0.5.1", features = ["html_reports"] } croaring = "2.1.0" -csv = "1.3.0" datafusion = { version = "43.0.0", default-features = false } datafusion-common = "43.0.0" datafusion-execution = "43.0.0" @@ -78,19 +72,14 @@ datafusion-expr = "43.0.0" datafusion-physical-expr = "43.0.0" datafusion-physical-plan = "43.0.0" divan = "0.1.14" -duckdb = "1.0.0" enum-iterator = "2.0.0" -enum_dispatch = "0.3.13" enum-map = "2.7.3" -fallible-iterator = "0.3.0" fastlanes = "0.1.5" flatbuffers = "24.3.25" flexbuffers = "2.0.0" flume = "0.11" -fs_extra = "1.3.0" fsst-rs = "0.4.1" futures = { version = "0.3", default-features = false } -futures-channel = "0.3" futures-executor = "0.3" futures-util = "0.3" getrandom = "0.2.14" @@ -104,7 +93,6 @@ jiff = "0.1.8" libfuzzer-sys = "0.4" log = "0.4.21" mimalloc = "0.1.42" -monoio = "0.2.3" num-traits = "0.2.18" num_enum = "0.7.2" object_store = "0.11.0" @@ -124,7 +112,6 @@ rayon = "1.10.0" regex = "1.11.0" reqwest = { version = "0.12.0", features = ["blocking"] } rstest = "0.23" -seq-macro = "0.3.5" serde = "1.0.197" serde_json = "1.0.116" serde_test = "1.0.176" @@ -135,7 +122,6 @@ tempfile = "3" thiserror = "2.0.0" tokio = "1.37.0" tracing = "0.1" -uninit = "0.6.2" url = "2" uuid = "1.8.0" @@ -163,12 +149,10 @@ vortex-roaring = { version = "0.19.0", path = "./encodings/roaring" } vortex-runend = { version = "0.19.0", path = "./encodings/runend" } vortex-runend-bool = { version = "0.19.0", path = "./encodings/runend-bool" } vortex-scalar = { version = "0.19.0", path = "./vortex-scalar", default-features = false } -vortex-schema = { version = "0.19.0", path = "./vortex-schema" } vortex-sampling-compressor = { version = "0.19.0", path = "./vortex-sampling-compressor" } vortex-zigzag = { version = "0.19.0", path = "./encodings/zigzag" } # END crates published by this project -walkdir = "2.5.0" worker = "0.4.0" xshell = "0.2.6" zigzag = "0.1.0"