Skip to content

Commit 470b9ae

Browse files
committed
chore: remove unused serde and thiserror dependencies
1 parent 8bb269c commit 470b9ae

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

native/spark-expr/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ datafusion = { workspace = true }
3333
chrono-tz = { workspace = true }
3434
num = { workspace = true }
3535
regex = { workspace = true }
36-
serde = { version = "1.0", features = ["derive"] }
3736
# preserve_order: needed for get_json_object to match Spark's JSON key ordering
3837
serde_json = { version = "1.0", features = ["preserve_order"] }
39-
thiserror = { workspace = true }
4038
datafusion-comet-common = { workspace = true }
4139
futures = { workspace = true }
4240
twox-hash = "2.1.2"

0 commit comments

Comments
 (0)