Skip to content

Commit 51945ec

Browse files
Update dependency abseil-cpp to v20240116.2 (#309)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | abseil-cpp | bazel_dep | minor | `20240116.1` -> `20240116.2` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bazel-contrib/toolchains_llvm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f4842e commit 51945ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bazel_dep(name = "rules_cc", version = "0.0.9")
2626
bazel_dep(name = "rules_go", version = "0.46.0", repo_name = "io_bazel_rules_go")
2727
bazel_dep(name = "rules_rust", version = "0.41.1")
2828
bazel_dep(name = "rules_foreign_cc", version = "0.10.1")
29-
bazel_dep(name = "abseil-cpp", version = "20240116.1", repo_name = "com_google_absl")
29+
bazel_dep(name = "abseil-cpp", version = "20240116.2", repo_name = "com_google_absl")
3030

3131
# As a workaround for https://github.com/bazelbuild/rules_foreign_cc/issues/1018.
3232
register_toolchains(

0 commit comments

Comments
 (0)