From c01e7e9b2f556db7260f4d3cbcd50551a2aaabc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 08:35:48 +0000 Subject: [PATCH] Update prost-build requirement from 0.7 to 0.10 Updates the requirements on [prost-build](https://github.com/tokio-rs/prost) to permit the latest version. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](https://github.com/tokio-rs/prost/compare/v0.7.0...v0.10.4) --- updated-dependencies: - dependency-name: prost-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- datafusion/proto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion/proto/Cargo.toml b/datafusion/proto/Cargo.toml index d3f70b2c071a..5c3026374936 100644 --- a/datafusion/proto/Cargo.toml +++ b/datafusion/proto/Cargo.toml @@ -53,4 +53,4 @@ tokio = "1.18" [build-dependencies] pbjson-build = { version = "0.3", optional = true } -prost-build = { version = "0.7" } +prost-build = { version = "0.10" }