From f1f1cb6bf168471639823f47652db3526f84900a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 10 Sep 2024 03:32:36 +0200 Subject: [PATCH] chore(deps): update dependency toolchains_musl to v0.1.19 (#498) 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 | |---|---|---|---| | toolchains_musl | bazel_dep | patch | `0.1.16` -> `0.1.19` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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/bazelbuild/examples). --- rust-examples/02-hello-cross/MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-examples/02-hello-cross/MODULE.bazel b/rust-examples/02-hello-cross/MODULE.bazel index 417db78f7..1e074c4c9 100644 --- a/rust-examples/02-hello-cross/MODULE.bazel +++ b/rust-examples/02-hello-cross/MODULE.bazel @@ -7,7 +7,7 @@ module( bazel_dep(name = "rules_rust", version = "0.47.1") # Rules for cross compilation -bazel_dep(name = "toolchains_musl", version = "0.1.16", dev_dependency = True) +bazel_dep(name = "toolchains_musl", version = "0.1.19", dev_dependency = True) # https://github.com/bazelbuild/platforms/releases bazel_dep(name = "platforms", version = "0.0.10")