diff --git a/Cargo.toml b/Cargo.toml index 1dae101d2f8fc..da18f562b72cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ version = "31.0.0" arrow = { version = "46.0.0", features = ["prettyprint", "dyn_cmp_dict"] } arrow-array = { version = "46.0.0", default-features = false, features = ["chrono-tz"] } arrow-buffer = { version = "46.0.0", default-features = false } -arrow-flight = { version = "46.0.0", features = ["flight-sql-experimental"] } +arrow-flight = { version = "47.0.0", features = ["flight-sql-experimental"] } arrow-schema = { version = "46.0.0", default-features = false } parquet = { version = "46.0.0", features = ["arrow", "async", "object_store"] } sqlparser = { version = "0.37.0", features = ["visitor"] }