Upgrade to a new, fixed version of Bazel

Change-Id: I90f63a9cb40bcfde7552a79355dfbf9123bcd798
diff --git a/aos/common/logging/BUILD b/aos/common/logging/BUILD
index d4d3ca5..8b28482 100644
--- a/aos/common/logging/BUILD
+++ b/aos/common/logging/BUILD
@@ -176,6 +176,9 @@
   hdrs = [
     'implementations.h',
   ],
+  linkopts = [
+    '-pthread',
+  ],
   deps = [
     '//aos/common:die',
     '//aos/common:time',