Upgrade re2 to 2022-04-01 (#31665)
This commit is contained in:
parent
a8c983528a
commit
3d104df977
|
|
@ -275,12 +275,11 @@ def grpc_deps():
|
|||
if "com_googlesource_code_re2" not in native.existing_rules():
|
||||
http_archive(
|
||||
name = "com_googlesource_code_re2",
|
||||
sha256 = "319a58a58d8af295db97dfeecc4e250179c5966beaa2d842a82f0a013b6a239b",
|
||||
# Release 2021-09-01
|
||||
strip_prefix = "re2-8e08f47b11b413302749c0d8b17a1c94777495d5",
|
||||
sha256 = "1ae8ccfdb1066a731bba6ee0881baad5efd2cd661acd9569b689f2586e1a50e9",
|
||||
strip_prefix = "re2-2022-04-01",
|
||||
urls = [
|
||||
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/re2/archive/8e08f47b11b413302749c0d8b17a1c94777495d5.tar.gz",
|
||||
"https://github.com/google/re2/archive/8e08f47b11b413302749c0d8b17a1c94777495d5.tar.gz",
|
||||
"https://storage.googleapis.com/grpc-bazel-mirror/github.com/google/re2/archive/2022-04-01.tar.gz",
|
||||
"https://github.com/google/re2/archive/2022-04-01.tar.gz",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 8e08f47b11b413302749c0d8b17a1c94777495d5
|
||||
Subproject commit 0c5616df9c0aaa44c9440d87422012423d91c7d1
|
||||
|
|
@ -37,7 +37,7 @@ third_party/libuv 02a9e1be252b623ee032a3137c0b0c94afbe6809
|
|||
third_party/opencensus-proto 4aa53e15cbf1a47bc9087e6cfdca214c1eea4e89
|
||||
third_party/opentelemetry 60fa8754d890b5c55949a8c68dcfd7ab5c2395df
|
||||
third_party/protobuf 24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb
|
||||
third_party/re2 8e08f47b11b413302749c0d8b17a1c94777495d5
|
||||
third_party/re2 0c5616df9c0aaa44c9440d87422012423d91c7d1
|
||||
third_party/xds cb28da3451f158a947dfc45090fe92b07b243bc1
|
||||
third_party/zlib 04f42ceca40f73e2978b50e93806c2a18c1281fc
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Reference in New Issue