diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index c74e7d8..31e37c9 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -228,9 +228,9 @@ def cartographer_repositories(): _maybe(native.http_archive, name = "com_github_googlecartographer_async_grpc", - strip_prefix = "async_grpc-a562634ecea49beac5a08436ca76c6b82efb439b", + strip_prefix = "async_grpc-ed8e3b31bdd46a74f0c47b4c53a47e0c0f21141b", urls = [ - "https://github.com/googlecartographer/async_grpc/archive/a562634ecea49beac5a08436ca76c6b82efb439b.tar.gz", + "https://github.com/googlecartographer/async_grpc/archive/ed8e3b31bdd46a74f0c47b4c53a47e0c0f21141b.tar.gz", ], ) diff --git a/scripts/install_async_grpc.sh b/scripts/install_async_grpc.sh index 4c09ce3..b4412e6 100755 --- a/scripts/install_async_grpc.sh +++ b/scripts/install_async_grpc.sh @@ -19,7 +19,7 @@ set -o verbose git clone https://github.com/googlecartographer/async_grpc cd async_grpc -git checkout a562634ecea49beac5a08436ca76c6b82efb439b +git checkout ed8e3b31bdd46a74f0c47b4c53a47e0c0f21141b mkdir build cd build cmake -G Ninja \