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

PiperOrigin-RevId: 423131760
Change-Id: Ib71dcdc7514d4edb7c94e44255a7ab34bb036c2a
diff --git a/third_party/tf_runtime/workspace.bzl b/third_party/tf_runtime/workspace.bzl
index 0b35dc2..5792cee 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 = "7347feaed75d077d932f52e40467d771846a94fe"
-    TFRT_SHA256 = "6987021edcc0639dd446d813fd6107752c29f1db69762d12eb3c8d4a9c991389"
+    TFRT_COMMIT = "d344b51badfd4d4f08e9042a80b8e302accf6ddc"
+    TFRT_SHA256 = "37f9ff2c4086d25aea20e0fbd2ab5d44f55dae89f72b04b819c4cdb5ecf0c13b"
 
     tf_http_archive(
         name = "tf_runtime",