Update native/Cargo.toml

Co-authored-by: Oleks V <comphead@users.noreply.github.com>
diff --git a/native/Cargo.toml b/native/Cargo.toml
index 084090e..6178426 100644
--- a/native/Cargo.toml
+++ b/native/Cargo.toml
@@ -25,7 +25,6 @@
 crate-type = ["cdylib"]
 
 [dependencies]
-arrow = { version = "58", features = ["ffi"] }
-datafusion = "53"
+datafusion = { version = "53.1.0", default-features = false }
 jni = "0.21"
 tokio = { version = "1", features = ["rt-multi-thread"] }