From b2f672c566abf1d83ad9ee48244a91198c4b199e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:13:57 +0000 Subject: [PATCH] Update prost requirement from 0.12.3 to 0.13.3 --- 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..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"