From e58924197d2a95fede3a126e3a08cb814e235836 Mon Sep 17 00:00:00 2001
From: Mihai Maruseac <mihaimaruseac@google.com>
Date: Wed, 3 Mar 2021 17:42:24 -0800
Subject: [PATCH] Bump `absl` dependency to latest commit on `lts_2020_02_25`
 branch.

Plan is to switch from this LTS to the next one and then to releases on master, assuming each one of them is throughly tested and nothing breaks.

PiperOrigin-RevId: 360796976
Change-Id: I0a087c0ea7c0176e425404b277db6ff90dd9cb48
---
 third_party/absl/workspace.bzl | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/third_party/absl/workspace.bzl b/third_party/absl/workspace.bzl
index a6ab27b33bf..38bafea99a1 100644
--- a/third_party/absl/workspace.bzl
+++ b/third_party/absl/workspace.bzl
@@ -6,15 +6,14 @@ def repo():
     """Imports absl."""
 
     # Attention: tools parse and update these lines.
-    ABSL_COMMIT = "df3ea785d8c30a9503321a3d35ee7d35808f190d"
-    ABSL_SHA256 = "f368a8476f4e2e0eccf8a7318b98dafbe30b2600f4e3cf52636e5eb145aba06a"
+    ABSL_COMMIT = "f1dad1e9b277066d676034d8f2a982b9e64310de"
+    ABSL_SHA256 = "0095ed54f29c629d4a35812597c8e811b73793d852d51cb1b5c00904c3eb3976"
 
     tf_http_archive(
         name = "com_google_absl",
         sha256 = ABSL_SHA256,
         build_file = "//third_party/absl:com_google_absl.BUILD",
-        # TODO: Remove the patch when https://github.com/abseil/abseil-cpp/issues/326 is resolved
-        # and when TensorFlow is build against CUDA 10.2
+        # TODO(mihaimaruseac): Remove the patch when https://github.com/abseil/abseil-cpp/issues/326 is resolved
         patch_file = "//third_party/absl:com_google_absl_fix_mac_and_nvcc_build.patch",
         strip_prefix = "abseil-cpp-{commit}".format(commit = ABSL_COMMIT),
         urls = [