From f41b144d5ce549269d59e8c46abab6c77f62dd54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 22:37:32 +0000 Subject: [PATCH] Bump ballista-scheduler from 0.11.0-rc1 to 0.11.0 Bumps [ballista-scheduler](https://github.com/apache/arrow-ballista) from 0.11.0-rc1 to 0.11.0. - [Release notes](https://github.com/apache/arrow-ballista/releases) - [Changelog](https://github.com/apache/arrow-ballista/blob/main/.github_changelog_generator) - [Commits](https://github.com/apache/arrow-ballista/compare/0.11.0-rc1...eba125e1d072dd390c0bef1e2a17d265b42730b7) --- updated-dependencies: - dependency-name: ballista-scheduler 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 649aeaf..c61da80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ async-trait = "0.1" ballista = { git = "https://github.com/apache/arrow-ballista", rev = "0.11.0-rc1" } ballista-core = { git = "https://github.com/apache/arrow-ballista", rev = "0.11.0-rc1" } ballista-executor = { git = "https://github.com/apache/arrow-ballista", rev = "0.11.0-rc1" } -ballista-scheduler = { git = "https://github.com/apache/arrow-ballista", rev = "0.11.0-rc1" } +ballista-scheduler = { git = "https://github.com/apache/arrow-ballista", rev = "0.11.0" } datafusion = { version = "18.0.0", features = ["pyarrow"] } datafusion-common = "18.0.0" datafusion-expr = "18.0.0"