Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/374ed4ada52a9e067544f75390bed5227de3eb1d.

PiperOrigin-RevId: 424860689
Change-Id: I1c8709bb6ede7b0a14ff13e2e5fb82b6410e6552
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl
index 951e6da..54a0a62 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 = "4aa2576ebad17115dcca693f45d297d94e7d0ab1"
-    TFRT_SHA256 = "c83c9d2d067e2c0144ed42268337799b35aa3b8b00d323d3bbbb7bf3bd200a1d"
+    TFRT_COMMIT = "374ed4ada52a9e067544f75390bed5227de3eb1d"
+    TFRT_SHA256 = "77df5f22d16f71a6fd5c94decceb1c931b59d03b9e64bc387023e0140de9d1e5"
 
     tf_http_archive(
         name = "tf_runtime",