diff --git a/Cargo.toml b/Cargo.toml index 877cead93673..293e4b43a787 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ parquet = { version = "52.2.0", default-features = false, features = [ "object_store", ] } # Should match arrow-flight's version of prost. -prost = "0.12.3" +prost = "0.13.3" rand = "0.8" regex = "1.8" rstest = "0.22.0"