diff --git a/datafusion-examples/Cargo.toml b/datafusion-examples/Cargo.toml index 33cf9dd959288..b131343a92621 100644 --- a/datafusion-examples/Cargo.toml +++ b/datafusion-examples/Cargo.toml @@ -35,7 +35,7 @@ required-features = ["datafusion/avro"] [dev-dependencies] arrow = "26.0.0" -arrow-flight = "26.0.0" +arrow-flight = "27.0.0" async-trait = "0.1.41" datafusion = { path = "../datafusion/core" } datafusion-common = { path = "../datafusion/common" }