diff --git a/Cargo.toml b/Cargo.toml index e7ec5edddf2c7..d17e97416e8a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,14 +57,14 @@ version = "36.0.0" # for the inherited dependency but cannot do the reverse (override from true to false). # # See for more detaiils: https://github.com/rust-lang/cargo/issues/11329 -arrow = { git = "https://github.com/viirya/arrow-rs.git", rev = "c9fb7df", features = ["prettyprint"] } -arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "c9fb7df", default-features = false, features = ["chrono-tz"] } -arrow-buffer = { git = "https://github.com/viirya/arrow-rs.git", rev = "c9fb7df", default-features = false } -arrow-flight = { git = "https://github.com/viirya/arrow-rs.git", rev = "c9fb7df", features = ["flight-sql-experimental"] } +arrow = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", features = ["prettyprint"] } +arrow-array = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", default-features = false, features = ["chrono-tz"] } +arrow-buffer = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", default-features = false } +arrow-flight = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", features = ["flight-sql-experimental"] } arrow-ipc = { git = "https://github.com/viirya/arrow-rs.git", rev = "c9fb7df", default-features = false, features = ["lz4"] } -arrow-ord = { git = "https://github.com/viirya/arrow-rs.git", rev = "c9fb7df", default-features = false } -arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "c9fb7df", default-features = false } -arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "c9fb7df", default-features = false } +arrow-ord = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", default-features = false } +arrow-schema = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", default-features = false } +arrow-string = { git = "https://github.com/viirya/arrow-rs.git", rev = "ba3869a", default-features = false } async-trait = "0.1.73" bigdecimal = "=0.4.1" bytes = "1.4"