File tree 1 file changed +15
-1
lines changed
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,21 @@ def proxy_wasm_cpp_host_repositories():
82
82
patch_args = ["-p1" ],
83
83
)
84
84
85
- # Core.
85
+ # Core deps. Keep them updated.
86
+
87
+ # Note: we depend on Abseil via rules_fuzzing. Remove this pin when we update that.
88
+ #
89
+ # This is the latest LTS release, which picks up:
90
+ # - Build fix: https://github.com/abseil/abseil-cpp/pull/1187
91
+ # - A bugfix found in local fuzzing:
92
+ # https://github.com/abseil/abseil-cpp/commit/e7858c73279d81cbc005d9c76a385ab535520635
93
+ maybe (
94
+ http_archive ,
95
+ name = "com_google_absl" ,
96
+ sha256 = "733726b8c3a6d39a4120d7e45ea8b41a434cdacde401cba500f14236c49b39dc" ,
97
+ strip_prefix = "abseil-cpp-20240116.2" ,
98
+ urls = ["https://github.com/abseil/abseil-cpp/archive/20240116.2.tar.gz" ],
99
+ )
86
100
87
101
maybe (
88
102
http_archive ,
You can’t perform that action at this time.
0 commit comments