From 7f2c0d758f7c69fdd194356b8150f71d85788cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:30:13 +0000 Subject: [PATCH] Update prost requirement from 0.12.0 to 0.13.2 --- updated-dependencies: - dependency-name: prost dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 877cead93673..e90842242ba9 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.2" rand = "0.8" regex = "1.8" rstest = "0.22.0"