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

Commit 48b7bef6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: Ifbec63f52bd58e6951b7325b9fcd510a82494f8e
parents 7f4e43b8 04e6eab5
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"