File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -44,15 +44,16 @@ def proxy_wasm_cpp_sdk_repositories():
44
44
maybe (
45
45
http_archive ,
46
46
name = "com_google_absl" ,
47
- sha256 = "95e90be7c3643e658670e0dd3c1b27092349c34b632c6e795686355f67eca89f " ,
48
- strip_prefix = "abseil-cpp-20240722.0 " ,
49
- urls = ["https://github.com/abseil/abseil-cpp/archive/20240722.0 .zip" ],
47
+ sha256 = "69909dd729932cbbabb9eeaff56179e8d124515f5d3ac906663d573d700b4c7d " ,
48
+ strip_prefix = "abseil-cpp-20240116.2 " ,
49
+ urls = ["https://github.com/abseil/abseil-cpp/archive/20240116.2 .zip" ],
50
50
)
51
51
52
52
maybe (
53
53
http_archive ,
54
54
name = "com_google_re2" ,
55
- sha256 = "18cf85922e27fad3ed9c96a27733037da445f35eb1a2744c306a37c6d11e95c4" ,
56
- strip_prefix = "re2-2023-07-01" ,
57
- url = "https://github.com/google/re2/archive/2023-07-01.tar.gz" ,
55
+ sha256 = "eb2df807c781601c14a260a507a5bb4509be1ee626024cb45acbd57cb9d4032b" ,
56
+ strip_prefix = "re2-2024-07-02" ,
57
+ url = "https://github.com/google/re2/archive/2024-07-02.tar.gz" ,
58
+ repo_mapping = {"@abseil-cpp" : "@com_google_absl" },
58
59
)
You can’t perform that action at this time.
0 commit comments