Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/5525441084f6b2d29ce244975cb662cca9612d19.

PiperOrigin-RevId: 422720426
Change-Id: Iaa9153855828f65d1bc856e5ca9b70b691e6dcb3
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl
index f0effd3..51f82f2 100644
--- a/third_party/tf_runtime/workspace.bzl
+++ b/third_party/tf_runtime/workspace.bzl
@@ -6,8 +6,8 @@
     """Imports TFRT."""
 
     # Attention: tools parse and update these lines.
-    TFRT_COMMIT = "f206be010081c6a66fd71134a043d745e821ed6b"
-    TFRT_SHA256 = "b598da65069c0a9b90f3cda5212e4a2bf2722929ad41304008c54710b623c899"
+    TFRT_COMMIT = "5525441084f6b2d29ce244975cb662cca9612d19"
+    TFRT_SHA256 = "4d83df09ba8da0c5794cff148e4f2e0ed7a8e9f2e961c5ac8249f67fe3f08ebc"
 
     tf_http_archive(
         name = "tf_runtime",