diff --git a/Cargo.toml b/Cargo.toml index 1ceab5860c68..0b5c74e15d13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -141,8 +141,8 @@ pbjson = { version = "0.7.0" } prost = "0.13.1" prost-derive = "0.13.1" rand = "0.8" -regex = "1.8" recursive = "0.1.1" +regex = "1.8" rstest = "0.23.0" serde_json = "1" sqlparser = { version = "0.51.0", features = ["visitor"] } diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index 55163639bb8a..34d6e2411952 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -61,9 +61,9 @@ libc = "0.2.140" num_cpus = { workspace = true } object_store = { workspace = true, optional = true } parquet = { workspace = true, optional = true, default-features = true } -recursive = { workspace = true } paste = "1.0.15" pyo3 = { version = "0.22.0", optional = true } +recursive = { workspace = true } sqlparser = { workspace = true } tokio = { workspace = true }