From 498bb866dd4df730763c71049b9af264fa0c1ca2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:16:28 -0500 Subject: [PATCH] chore(deps): update dependency rules_swift_package_manager to v0.43.0 (#422) 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_swift_package_manager | bazel_dep | minor | `0.42.0` -> `0.43.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **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/bazel-contrib/rules_bazel_integration_test). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/custom_test_runner/MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/custom_test_runner/MODULE.bazel b/examples/custom_test_runner/MODULE.bazel index fb987ca..fe85266 100644 --- a/examples/custom_test_runner/MODULE.bazel +++ b/examples/custom_test_runner/MODULE.bazel @@ -26,7 +26,7 @@ bazel_dep( version = "2.3.1", repo_name = "build_bazel_rules_swift", ) -bazel_dep(name = "rules_swift_package_manager", version = "0.42.0") +bazel_dep(name = "rules_swift_package_manager", version = "0.43.0") bazel_binaries = use_extension( "@rules_bazel_integration_test//:extensions.bzl",