diff --git a/Cargo.toml b/Cargo.toml index 877cead936734..bc041f9088d92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ arrow = { version = "52.2.0", features = [ arrow-array = { version = "52.2.0", default-features = false, features = [ "chrono-tz", ] } -arrow-buffer = { version = "52.2.0", default-features = false } +arrow-buffer = { version = "53.0.0", default-features = false } arrow-flight = { version = "52.2.0", features = [ "flight-sql-experimental", ] }