diff --git a/sources/flight-sql/Cargo.toml b/sources/flight-sql/Cargo.toml index 8ab3d00..cdfae0c 100644 --- a/sources/flight-sql/Cargo.toml +++ b/sources/flight-sql/Cargo.toml @@ -18,6 +18,6 @@ datafusion-federation-sql.path = "../sql" futures = "0.3.30" tonic = {version="0.10.2", features=["tls"] } prost = "0.12.3" -arrow = "49.0.0" +arrow = "50.0.0" arrow-flight = { version = "49.0.0", features = ["flight-sql-experimental"] } log = "0.4.20"