From ad6ae2167657f099df5509d8d9bc622b2e840d43 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Mon, 21 Jan 2019 19:37:30 +1100 Subject: [PATCH] Remove PATCH versions from cargo deps --- protos/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protos/Cargo.toml b/protos/Cargo.toml index 92a33c1f4d..56364d188b 100644 --- a/protos/Cargo.toml +++ b/protos/Cargo.toml @@ -6,9 +6,9 @@ edition = "2018" description = "Google protobuf message and service definitions used in Lighthouse APIs." [dependencies] -futures = "0.1.16" +futures = "0.1" grpcio = { version = "0.4", default-features = false, features = ["protobuf-codec"] } -protobuf = "2.0.2" +protobuf = "2.0" [build-dependencies] protoc-grpcio = "0.3.1"