Use federation version with working zlib repo
diff --git a/WORKSPACE b/WORKSPACE
index 9dd681a..d37b398 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -4,9 +4,9 @@
 
 http_archive(
     name = "bazel_federation",
-    url = "https://github.com/bazelbuild/bazel-federation/archive/01dc3f937696174c9764e23978f9d2e7105fd855.zip",
-    sha256 = "64229f859bb0465fcdb654b31b3e547bbd5462005beaebbc09eb0ec735044cdd",
-    strip_prefix = "bazel-federation-01dc3f937696174c9764e23978f9d2e7105fd855",
+    url = "https://github.com/bazelbuild/bazel-federation/archive/a3e140a91ea9ea25b01ad0cc6fbfcaf74f65498f.zip",
+    sha256 = "026149d1273a87c634d2270004865fd7474420f88d5bd6ea8d8cd71f4b0f0542",
+    strip_prefix = "bazel-federation-a3e140a91ea9ea25b01ad0cc6fbfcaf74f65498f",
     type = "zip",
 )