Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/5413484b14366295565be23c6c3ea7456a47a8fd.

PiperOrigin-RevId: 456044748
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl
index e49699b..5dd2903 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 = "ad1d01eba9930838529417d3b258bf5d5b4b951e"
-    TFRT_SHA256 = "e19f4b6336ced671f67c9b79645307f64d703a268878f2a040e006c065e6b021"
+    TFRT_COMMIT = "5413484b14366295565be23c6c3ea7456a47a8fd"
+    TFRT_SHA256 = "25ec7760c79862508bda8e8166b8bcd427c8e5a93682de5f250d244b77eda734"
 
     tf_http_archive(
         name = "tf_runtime",