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

Commit 04e6eab5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update grpcio[-sys] version 8=>9" am: 0866aca9

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1915512

Change-Id: Ie318467c2d49d15716a22bd0f5261384e800475d
parents 9af3ce14 0866aca9
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -31,8 +31,8 @@ bytes = "1.0"
cxx = { version = "=1.0.42", features = ["c++17"] }
cxx = { version = "=1.0.42", features = ["c++17"] }
env_logger = "0.8"
env_logger = "0.8"
futures = "0.3"
futures = "0.3"
grpcio = { version = "0.8", features = ["protobuf", "protobuf-codec", "openssl"] }
grpcio = { version = "0.9", features = ["protobuf", "protobuf-codec", "openssl"] }
grpcio-sys = { version = "*", features = ["openssl"] }
grpcio-sys = { version = "0.9", features = ["openssl"] }
lazy_static = "1.4"
lazy_static = "1.4"
log = "0.4"
log = "0.4"
nix = "0.19"
nix = "0.19"