diff --git a/native/Cargo.lock b/native/Cargo.lock index 3f6b1d1c7..5efc1098c 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -942,7 +942,6 @@ dependencies = [ "regex", "thiserror", "twox-hash", - "unicode-segmentation", ] [[package]] diff --git a/native/spark-expr/Cargo.toml b/native/spark-expr/Cargo.toml index 96eae39ff..1a8c8aeb4 100644 --- a/native/spark-expr/Cargo.toml +++ b/native/spark-expr/Cargo.toml @@ -41,7 +41,6 @@ chrono-tz = { workspace = true } num = { workspace = true } regex = { workspace = true } thiserror = { workspace = true } -unicode-segmentation = "1.11.0" [dev-dependencies] arrow-data = {workspace = true}