diff --git a/Cargo.toml b/Cargo.toml index 7294c934b72be..af8ae1c639894 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ version = "33.0.0" arrow = { version = "~48.0.1", features = ["prettyprint"] } arrow-array = { version = "~48.0.1", default-features = false, features = ["chrono-tz"] } arrow-buffer = { version = "~48.0.1", default-features = false } -arrow-flight = { version = "~48.0.1", features = ["flight-sql-experimental"] } +arrow-flight = { version = "~49.0.0", features = ["flight-sql-experimental"] } arrow-ord = { version = "~48.0.1", default-features = false } arrow-schema = { version = "~48.0.1", default-features = false } async-trait = "0.1.73"