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"