diff --git a/datafusion/sql/Cargo.toml b/datafusion/sql/Cargo.toml index 2fd4db5b7c627..02d5fd391b305 100644 --- a/datafusion/sql/Cargo.toml +++ b/datafusion/sql/Cargo.toml @@ -47,9 +47,9 @@ arrow-schema = { workspace = true } datafusion-common = { workspace = true, default-features = true } datafusion-expr = { workspace = true } log = { workspace = true } +regex = { version = "1.8" } sqlparser = { workspace = true } strum = { version = "0.26.1", features = ["derive"] } -regex = { version = "1.8" } [dev-dependencies] ctor = { workspace = true }