From 4ceba2511d3b1533c94f4bc8bdb85466583ce904 Mon Sep 17 00:00:00 2001 From: Optible Bot Date: Thu, 3 Feb 2022 04:51:06 +0000 Subject: [PATCH] Update dependency aws-c-common to v0.6.13 --- third_party/aws/workspace.bzl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/third_party/aws/workspace.bzl b/third_party/aws/workspace.bzl index 70307659d0a820..0423c21a4a1744 100644 --- a/third_party/aws/workspace.bzl +++ b/third_party/aws/workspace.bzl @@ -20,11 +20,11 @@ def repo(): tf_http_archive( name = "aws-c-common", urls = [ - "https://storage.googleapis.com/mirror.tensorflow.org/github.com/awslabs/aws-c-common/archive/v0.4.29.tar.gz", - "https://github.com/awslabs/aws-c-common/archive/v0.4.29.tar.gz", + "https://storage.googleapis.com/mirror.tensorflow.org/github.com/awslabs/aws-c-common/archive/v0.6.13.tar.gz", + "https://github.com/awslabs/aws-c-common/archive/v0.6.13.tar.gz", ], - sha256 = "01c2a58553a37b3aa5914d9e0bf7bf14507ff4937bc5872a678892ca20fcae1f", - strip_prefix = "aws-c-common-0.4.29", + sha256 = "3a5daefae74e56f5c4fa22189b8fb643ae9b43b31df9281922bfb38b26248a39", + strip_prefix = "aws-c-common-0.6.13", build_file = "//third_party/aws:aws-c-common.bazel", )