Update submodule kineto fix bazel1 (#92318)

Update kineto submodule and fix bazel build issue.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/92318
Approved by: https://github.com/aaronenyeshi
diff --git a/WORKSPACE b/WORKSPACE
index e8591f2..9ecb83b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -259,6 +259,21 @@
 )
 
 local_repository(
+    name = "unused_kineto_dynolog_googletest",
+    path = "third_party/kineto/libkineto/third_party/dynolog/third_party/googletest",
+)
+
+local_repository(
+    name = "unused_kineto_dynolog_gflags",
+    path = "third_party/kineto/libkineto/third_party/dynolog/third_party/gflags",
+)
+
+local_repository(
+    name = "unused_kineto_dynolog_glog",
+    path = "third_party/kineto/libkineto/third_party/dynolog/third_party/glog",
+)
+
+local_repository(
     name = "unused_kineto_googletest",
     path = "third_party/kineto/libkineto/third_party/googletest",
 )