From 97f5c2fdfb64d004b23b7922d52ff61da6463236 Mon Sep 17 00:00:00 2001 From: Galen Andrew Date: Thu, 2 Jun 2022 14:01:33 -0700 Subject: [PATCH] Update to use new Google differential privacy gethub commit. PiperOrigin-RevId: 452616485 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index b00d363..724fa20 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -17,7 +17,7 @@ git_repository( git_repository( name = "com_google_differential_py", remote = "https://github.com/google/differential-privacy.git", - commit = "025111e75114a96b8d54ba88e483a2b0f99a2954", + commit = "5e7cf28bf55ebac52fc65419364388c33ebc01a4", ) # This is a workaround until the @com_google_differential_py WORKSPACE declares