Skip to content

Commit

Permalink
chore: remove unused pins (#1473)
Browse files Browse the repository at this point in the history
Courtesy of RustRover
  • Loading branch information
a10y authored Nov 25, 2024
1 parent 28b2114 commit 74d5aba
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -54,43 +53,33 @@ 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"
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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 74d5aba

Please sign in to comment.