diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml index fa68be6b0ead5..d6ddc50642503 100644 --- a/ballista/rust/core/Cargo.toml +++ b/ballista/rust/core/Cargo.toml @@ -52,4 +52,4 @@ datafusion = { path = "../../../datafusion", version = "6.0.0" } tempfile = "3" [build-dependencies] -tonic-build = { version = "0.6" } +tonic-build = { version = "0.14" } diff --git a/ballista/rust/scheduler/Cargo.toml b/ballista/rust/scheduler/Cargo.toml index 10b3723712da5..07ae1b8b0c076 100644 --- a/ballista/rust/scheduler/Cargo.toml +++ b/ballista/rust/scheduler/Cargo.toml @@ -60,7 +60,7 @@ uuid = { version = "0.8", features = ["v4"] } [build-dependencies] configure_me_codegen = "0.4.1" -tonic-build = { version = "0.6" } +tonic-build = { version = "0.14" } [package.metadata.configure_me.bin] scheduler = "scheduler_config_spec.toml"