diff --git a/Cargo.toml b/Cargo.toml index 1040744..37ebf9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,13 +14,13 @@ readme = "README.md" repository = "https://github.com/datafusion-contrib/datafusion-flight-sql-server" [workspace.dependencies] -arrow = "53.3" -arrow-flight = { version = "53.3", features = ["flight-sql-experimental"] } -arrow-json = "53.3" +arrow = "54" +arrow-flight = { version = "54", features = ["flight-sql-experimental"] } +arrow-json = "54" async-trait = "0.1.83" -datafusion = "44.0.0" -datafusion-federation = { version = "0.3.5" } -datafusion-substrait = "44.0.0" +datafusion = "45.0.0" +datafusion-federation = { version = "0.3.6" } +datafusion-substrait = "45.0.0" futures = "0.3.31" tokio = { version = "1.41", features = ["full"] } tonic = { version = "0.12", features = [