This is an automated email from the ASF dual-hosted git repository.
dheres pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 1ba8724891 Update prost-build requirement from =0.12.2 to =0.12.3
(#8298)
1ba8724891 is described below
commit 1ba87248912254bba073ecf6c65eaaf4845e9285
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 22 10:53:34 2023 +0100
Update prost-build requirement from =0.12.2 to =0.12.3 (#8298)
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.12.2...v0.12.3)
---
updated-dependencies:
- dependency-name: prost-build
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
datafusion/proto/gen/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/datafusion/proto/gen/Cargo.toml b/datafusion/proto/gen/Cargo.toml
index f58357c6c5..8b3f3f98a8 100644
--- a/datafusion/proto/gen/Cargo.toml
+++ b/datafusion/proto/gen/Cargo.toml
@@ -32,4 +32,4 @@ publish = false
[dependencies]
# Pin these dependencies so that the generated output is deterministic
pbjson-build = "=0.6.2"
-prost-build = "=0.12.2"
+prost-build = "=0.12.3"