Skip to content

Commit

Permalink
Remove some unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpschorr committed Oct 7, 2024
1 parent 010602f commit 6a25948
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion extension/partiql-extension-ddl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ time = { version = "0.3", features = ["formatting", "parsing", "serde"] }
indexmap = "2.5"

[dev-dependencies]
criterion = "0.5"

[features]
default = []
2 changes: 0 additions & 2 deletions extension/partiql-extension-ion-functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ ordered-float = "4"
itertools = "0.13"
unicase = "2.7"
rust_decimal = { version = "1.36.0", default-features = false, features = ["std"] }
rust_decimal_macros = "1.36"
ion-rs_old = { version = "0.18", package = "ion-rs" }
ion-rs = { version = "1.0.0-rc.7", features = ["experimental"] }
time = { version = "0.3", features = ["macros"] }
Expand All @@ -42,7 +41,6 @@ zstd = "0.13"
flate2 = "1.0"

[dev-dependencies]
criterion = "0.5"
partiql-parser = { path = "../../partiql-parser", version = "0.11.*" }
partiql-logical = { path = "../../partiql-logical", version = "0.11.*" }
partiql-logical-planner = { path = "../../partiql-logical-planner", version = "0.11.*" }
Expand Down
1 change: 0 additions & 1 deletion extension/partiql-extension-ion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ thiserror = "1.0"
delegate = "0.13"

[dev-dependencies]
criterion = "0.5"

[features]
default = []
1 change: 0 additions & 1 deletion extension/partiql-extension-value-functions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ bench = false
[dependencies]
partiql-value = { path = "../../partiql-value", version = "0.11.*" }
partiql-catalog = { path = "../../partiql-catalog", version = "0.11.*" }
partiql-logical = { path = "../../partiql-logical", version = "0.11.*" }

ordered-float = "4"
unicase = "2.6"
Expand Down
2 changes: 0 additions & 2 deletions partiql-ast-passes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ partiql-catalog = { path = "../partiql-catalog", version = "0.11.*" }
partiql-common = { path = "../partiql-common", version = "0.11.*" }
partiql-types = { path = "../partiql-types", version = "0.11.*" }

assert_matches = "1"
fnv = "1"
indexmap = "2.5"
thiserror = "1.0"

[dev-dependencies]
partiql-parser = { path = "../partiql-parser", version = "0.11.*" }

[features]
default = []
1 change: 0 additions & 1 deletion partiql-conformance-test-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ edition.workspace = true
bench = false

[dependencies]
walkdir = "2.5"
ion-rs_old = { version = "0.18", package = "ion-rs" }
codegen = "0.2"
Inflector = "0.11"
Expand Down
2 changes: 0 additions & 2 deletions partiql-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ partiql-common = { path = "../partiql-common", version = "0.11.*" }
thiserror = "1.0"

num-traits = "0.2"
num-bigint = "0.4"
bigdecimal = "0.4"
rust_decimal = { version = "1.36.0", default-features = false, features = ["std"] }

bitflags = "2"
Expand Down
3 changes: 0 additions & 3 deletions partiql-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ bench = false

[dependencies]
partiql-common = { path = "../partiql-common", version = "0.11.*" }
ordered-float = "4"
itertools = "0.13"
unicase = "2.7"

miette = { version = "7", features = ["fancy"] }
thiserror = "1"
Expand All @@ -34,4 +32,3 @@ indexmap = "2.5"
derivative = "2.2"

[dev-dependencies]
criterion = "0.5"
3 changes: 0 additions & 3 deletions partiql-value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,10 @@ rust_decimal = { version = "1.36.0", default-features = false, features = ["std"
rust_decimal_macros = "1.36"

time = { version = "0.3", features = ["macros"] }
once_cell = "1"
regex = "1.10"

serde = { version = "1", features = ["derive"], optional = true }

[dev-dependencies]
criterion = "0.5"

[features]
default = []
Expand Down

0 comments on commit 6a25948

Please sign in to comment.