This is an automated email from the ASF dual-hosted git repository.
dheres pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git
The following commit(s) were added to refs/heads/master by this push:
new 231d1e3c Update flatbuffers requirement from 2.1.2 to 22.9.29 (#390)
231d1e3c is described below
commit 231d1e3c9936d44c435d1d2fef54178c77e137d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 19 12:42:51 2022 +0200
Update flatbuffers requirement from 2.1.2 to 22.9.29 (#390)
Updates the requirements on
[flatbuffers](https://github.com/google/flatbuffers) to permit the latest
version.
- [Release notes](https://github.com/google/flatbuffers/releases)
-
[Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/flatbuffers/commits/v22.9.29)
---
updated-dependencies:
- dependency-name: flatbuffers
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
ballista/scheduler/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ballista/scheduler/Cargo.toml b/ballista/scheduler/Cargo.toml
index 76597bfb..c567e4b3 100644
--- a/ballista/scheduler/Cargo.toml
+++ b/ballista/scheduler/Cargo.toml
@@ -49,7 +49,7 @@ dashmap = "5.4.0"
datafusion = "13.0.0"
datafusion-proto = "13.0.0"
etcd-client = { version = "0.9", optional = true }
-flatbuffers = { version = "2.1.2" }
+flatbuffers = { version = "22.9.29" }
futures = "0.3"
graphviz-rust = "0.3.0"
http = "0.2"