Skip to content

Commit 1546095

Browse files
derekmaurocopybara-github
authored andcommitted
Update versions of WORKSPACE dependencies
PiperOrigin-RevId: 456532035 Change-Id: I60fa4d4e7827516d317ce893377d1f72e49c6a2f
1 parent 7df7853 commit 1546095

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

WORKSPACE

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

55
http_archive(
66
name = "com_google_absl",
7-
sha256 = "f88c0030547281e8283ff183db61564ff08d3322a8c2e2de4c40e38c03c69aea",
8-
strip_prefix = "abseil-cpp-c27ab06897f330267bed99061ed3e523e2606bf1",
9-
urls = ["https://github.com/abseil/abseil-cpp/archive/%3Cspan%20class="x x-first x-last">c27ab06897f330267bed99061ed3e523e2606bf1.zip"], # 2022-04-18T19:51:27Z
7+
sha256 = "1a1745b5ee81392f5ea4371a4ca41e55d446eeaee122903b2eaffbd8a3b67a2b",
8+
strip_prefix = "abseil-cpp-01cc6567cff77738e416a7ddc17de2d435a780ce",
9+
urls = ["https://github.com/abseil/abseil-cpp/archive/%3Cspan%20class="x x-first x-last">01cc6567cff77738e416a7ddc17de2d435a780ce.zip"], # 2022-06-21T19:28:27Z
1010
)
1111

1212
# Note this must use a commit from the `abseil` branch of the RE2 project.
1313
# https://github.com/google/re2/tree/abseil
1414
http_archive(
1515
name = "com_googlesource_code_re2",
16-
sha256 = "906d0df8ff48f8d3a00a808827f009a840190f404559f649cb8e4d7143255ef9",
17-
strip_prefix = "re2-a276a8c738735a0fe45a6ee590fe2df69bcf4502",
18-
urls = ["https://github.com/google/re2/archive/%3Cspan%20class="x x-first x-last">a276a8c738735a0fe45a6ee590fe2df69bcf4502.zip"], # 2022-04-08
16+
sha256 = "0a890c2aa0bb05b2ce906a15efb520d0f5ad4c7d37b8db959c43772802991887",
17+
strip_prefix = "re2-a427f10b9fb4622dd6d8643032600aa1b50fbd12",
18+
urls = ["https://github.com/google/re2/archive/%3Cspan%20class="x x-first x-last">a427f10b9fb4622dd6d8643032600aa1b50fbd12.zip"], # 2022-06-09
1919
)
2020

2121
http_archive(
2222
name = "rules_python",
23-
sha256 = "98b3c592faea9636ac8444bfd9de7f3fb4c60590932d6e6ac5946e3f8dbd5ff6",
24-
strip_prefix = "rules_python-ed6cc8f2c3692a6a7f013ff8bc185ba77eb9b4d2",
25-
urls = ["https://github.com/bazelbuild/rules_python/archive/%3Cspan%20class="x x-first x-last">ed6cc8f2c3692a6a7f013ff8bc185ba77eb9b4d2.zip"], # 2021-05-17T00:24:16Z
23+
sha256 = "0b460f17771258341528753b1679335b629d1d25e3af28eda47d009c103a6e15",
24+
strip_prefix = "rules_python-aef17ad72919d184e5edb7abf61509eb78e57eda",
25+
urls = ["https://github.com/bazelbuild/rules_python/archive/%3Cspan%20class="x x-first x-last">aef17ad72919d184e5edb7abf61509eb78e57eda.zip"], # 2022-06-21T23:44:47Z
2626
)
2727

2828
http_archive(
@@ -33,7 +33,7 @@ http_archive(
3333

3434
http_archive(
3535
name = "platforms",
36-
sha256 = "b601beaf841244de5c5a50d2b2eddd34839788000fa1be4260ce6603ca0d8eb7",
37-
strip_prefix = "platforms-98939346da932eef0b54cf808622f5bb0928f00b",
38-
urls = ["https://github.com/bazelbuild/platforms/archive/%3Cspan%20class="x x-first x-last">98939346da932eef0b54cf808622f5bb0928f00b.zip"],
36+
sha256 = "a879ea428c6d56ab0ec18224f976515948822451473a80d06c2e50af0bbe5121",
37+
strip_prefix = "platforms-da5541f26b7de1dc8e04c075c99df5351742a4a2",
38+
urls = ["https://github.com/bazelbuild/platforms/archive/%3Cspan%20class="x x-first x-last">da5541f26b7de1dc8e04c075c99df5351742a4a2.zip"], # 2022-05-27
3939
)

0 commit comments

Comments
 (0)