From c6c4eb5ee224a32490459e7f84f80c02eb5e354f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 20:48:14 +0200 Subject: [PATCH] chore(deps): update dependency rules_rust to v0.52.2 (#399) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_rust | bazel_dep | patch | `0.52.1` -> `0.52.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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bazel-contrib/toolchains_llvm). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- tests/MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/MODULE.bazel b/tests/MODULE.bazel index f9a76781..07536eb3 100644 --- a/tests/MODULE.bazel +++ b/tests/MODULE.bazel @@ -24,7 +24,7 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1") bazel_dep(name = "platforms", version = "0.0.10") bazel_dep(name = "rules_cc", version = "0.0.9") bazel_dep(name = "rules_go", version = "0.49.0", repo_name = "io_bazel_rules_go") -bazel_dep(name = "rules_rust", version = "0.52.1") +bazel_dep(name = "rules_rust", version = "0.52.2") bazel_dep(name = "rules_foreign_cc", version = "0.12.0") bazel_dep(name = "abseil-cpp", version = "20240722.0", repo_name = "com_google_absl")