Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57633099 authored by Chris Manton's avatar Chris Manton
Browse files

Update grpcio[-sys] version 8=>9

Version grprio 8 was yanked and doesn't build.

Bug: 209887148
Tag: #refactor
Test: gd/cert/run
Change-Id: Icb760f9de4d16c596836384dad18f3f205bc86e1
parent fb27f55f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,8 +31,8 @@ bytes = "1.0"
cxx = { version = "=1.0.42", features = ["c++17"] }
env_logger = "0.8"
futures = "0.3"
grpcio = { version = "0.8", features = ["protobuf", "protobuf-codec", "openssl"] }
grpcio-sys = { version = "*", features = ["openssl"] }
grpcio = { version = "0.9", features = ["protobuf", "protobuf-codec", "openssl"] }
grpcio-sys = { version = "0.9", features = ["openssl"] }
lazy_static = "1.4"
log = "0.4"
nix = "0.19"