Skip to content

Commit

Permalink
Update dependency com_aws_c_common to v0.7.6 (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 29, 2024
1 parent 1bcf4e7 commit b1da6f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ def _com_aws_c_common():
http_archive,
name = "com_aws_c_common",
urls = [
"https://github.com/awslabs/aws-c-common/archive/v0.4.29.tar.gz",
"https://github.com/awslabs/aws-c-common/archive/v0.7.6.tar.gz",
],
sha256 = "01c2a58553a37b3aa5914d9e0bf7bf14507ff4937bc5872a678892ca20fcae1f",
strip_prefix = "aws-c-common-0.4.29",
sha256 = "2253bddca034108266f983f60a76a704e7dc71a94700ee2d8411da74adbaa62d",
strip_prefix = "aws-c-common-0.7.6",
build_file = "@sf_serving//bazel:aws_c_common.BUILD",
)

Expand Down

0 comments on commit b1da6f5

Please sign in to comment.