Skip to content

Commit 034dac5

Browse files
Update tonic-build requirement from 0.6 to 0.14
Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.6.0...v0.14.1) --- updated-dependencies: - dependency-name: tonic-build dependency-version: 0.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf71577 commit 034dac5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ballista/rust/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ datafusion = { path = "../../../datafusion", version = "6.0.0" }
5252
tempfile = "3"
5353

5454
[build-dependencies]
55-
tonic-build = { version = "0.6" }
55+
tonic-build = { version = "0.14" }

ballista/rust/scheduler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ uuid = { version = "0.8", features = ["v4"] }
6060

6161
[build-dependencies]
6262
configure_me_codegen = "0.4.1"
63-
tonic-build = { version = "0.6" }
63+
tonic-build = { version = "0.14" }
6464

6565
[package.metadata.configure_me.bin]
6666
scheduler = "scheduler_config_spec.toml"

0 commit comments

Comments
 (0)