diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 4583b84cdae6..4706afc897c2 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -132,10 +132,6 @@ xz2 = { version = "0.1", optional = true, features = ["static"] } zstd = { version = "0.13", optional = true, default-features = false } [dev-dependencies] -# Temporary fix for https://github.com/apache/datafusion/issues/13686 -# TODO: Remove it once the upstream has a fix -lexical-write-integer = { version = "=1.0.2" } - arrow-buffer = { workspace = true } async-trait = { workspace = true } criterion = { version = "0.5", features = ["async_tokio"] }