From 0dc0a6c0f1a9f979bc0690f0caa5fbafa3000c2c Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 17 Aug 2020 08:40:22 -0700 Subject: [PATCH] Update protobuf workspace dependency to v3.13.0. PiperOrigin-RevId: 327026955 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index c1850cc3..b6a817c8 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -47,9 +47,9 @@ http_archive( http_archive( name = "com_google_protobuf", - sha256 = "bba884e1dce7b9ba5bce566bfa2d23ea2c824aa928a9133139c5485cefa69139", - urls = ["https://github.com/protocolbuffers/protobuf/archive/9ce8c330e736b99c2bb00bdc6a60f00ab600c283.zip"], - strip_prefix = "protobuf-9ce8c330e736b99c2bb00bdc6a60f00ab600c283", + sha256 = "1c744a6a1f2c901e68c5521bc275e22bdc66256eeb605c2781923365b7087e5f", + urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.13.0.zip"], + strip_prefix = "protobuf-3.13.0", ) load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")