diff --git a/Cargo.toml b/Cargo.toml index 877cead93673..7d93e0891b82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ arrow-flight = { version = "52.2.0", features = [ arrow-ipc = { version = "52.2.0", default-features = false, features = [ "lz4", ] } -arrow-ord = { version = "52.2.0", default-features = false } +arrow-ord = { version = "53.2.0", default-features = false } arrow-schema = { version = "52.2.0", default-features = false } arrow-string = { version = "52.2.0", default-features = false } async-trait = "0.1.73"