File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -82,11 +82,14 @@ def proxy_wasm_cpp_host_repositories():
82
82
patch_args = ["-p1" ],
83
83
)
84
84
85
- # Core deps. Try to keep up with Envoy versions:
86
- # https://github.com/envoyproxy/envoy/blob/main/bazel/repository_locations.bzl
87
-
88
- # Note: latest LTS release, ahead of Envoy to pick up a bugfix found in local fuzzing:
89
- # https://github.com/abseil/abseil-cpp/commit/e7858c73279d81cbc005d9c76a385ab535520635
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
90
93
maybe (
91
94
http_archive ,
92
95
name = "com_google_absl" ,
You can’t perform that action at this time.
0 commit comments