diff --git a/Cargo.toml b/Cargo.toml index 892648e5fa2b..88c1907de327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ repository = "https://github.com/apache/arrow-datafusion" rust-version = "1.64" [workspace.dependencies] -arrow = { version = "42.0.0", features = ["prettyprint", "dyn_cmp_dict"] } +arrow = { version = "43.0.0", features = ["prettyprint", "dyn_cmp_dict"] } arrow-flight = { version = "42.0.0", features = ["flight-sql-experimental"] } arrow-buffer = { version = "42.0.0", default-features = false } arrow-schema = { version = "42.0.0", default-features = false }