diff --git a/Cargo.lock b/Cargo.lock index ccec9422a9e..6a8d58feffe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,9 +1242,9 @@ dependencies = [ [[package]] name = "arrow-flight" -version = "57.0.0" +version = "57.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f70bb56412a007b0cfc116d15f24dda6adeed9611a213852a004cda20085a3b9" +checksum = "f63654f21676be802d446c6c4bc54f6a47e18d55f9ae6f7195a6f6faf2ecdbeb" dependencies = [ "arrow-arith", "arrow-array", diff --git a/Cargo.toml b/Cargo.toml index e51b4019301..dd8b5bd950a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ prometheus = "0.14.0" # Dependencies related to Amp subgraphs ahash = "0.8.11" arrow = { version = "=57.2.0" } -arrow-flight = { version = "=57.0.0", features = ["flight-sql-experimental"] } +arrow-flight = { version = "=57.2.0", features = ["flight-sql-experimental"] } futures = "0.3.31" half = "2.7.1" indoc = "2.0.7"