diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 944088a..86845bf 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -17,7 +17,7 @@ tauri-build = { version = "2.0", features = [] } # Compiles the vendored maestro_android.proto into Rust bindings at build # time. `protox` is a pure-Rust protobuf compiler so we don't need the # external `protoc` binary on contributors' machines. -tonic-build = { version = "0.12", default-features = false, features = ["prost", "transport"] } +tonic-build = { version = "0.14", default-features = false, features = ["prost", "transport"] } protox = "0.7" [dependencies]