diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml index 16ec07acc98db..29e1ead0fec9d 100644 --- a/ballista/rust/core/Cargo.toml +++ b/ballista/rust/core/Cargo.toml @@ -43,9 +43,6 @@ tonic = "0.5" uuid = { version = "0.8", features = ["v4"] } chrono = { version = "0.4", default-features = false } -# workaround for https://github.com/apache/arrow-datafusion/issues/1498 -# should be able to remove when we update arrow-flight -quote = "=1.0.10" arrow-flight = { version = "6.4.0" } datafusion = { path = "../../../datafusion", version = "6.0.0" }