Skip to content

Commit af4a27c

Browse files
chore(deps): update dependency rules_rust to v0.52.2 (#398)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_rust](https://redirect.github.com/bazelbuild/rules_rust) | http_archive | patch | `0.52.1` -> `0.52.2` | --- ### Release Notes <details> <summary>bazelbuild/rules_rust (rules_rust)</summary> ### [`v0.52.2`](https://redirect.github.com/bazelbuild/rules_rust/releases/tag/0.52.2) [Compare Source](https://redirect.github.com/bazelbuild/rules_rust/compare/0.52.1...0.52.2) ### 0.52.2 #### Bzlmod ```python bazel_dep(name = "rules_rust", version = "0.52.2") ``` #### WORKSPACE ```python load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_rust", integrity = "sha256-Zx3bP+Xrz53TTQUeynNS+68z+lO/Ye7Qt1pMNIKeVIA=", urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.52.2/rules_rust-v0.52.2.tar.gz"], ) ``` Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup #### What's Changed - Restore lost "is_absolute" by [@&#8203;vitalybuka](https://redirect.github.com/vitalybuka) in [https://github.com/bazelbuild/rules_rust/pull/2922](https://redirect.github.com/bazelbuild/rules_rust/pull/2922) - Revert [#&#8203;2911](https://redirect.github.com/bazelbuild/rules_rust/issues/2911) and [#&#8203;2922](https://redirect.github.com/bazelbuild/rules_rust/issues/2922) by [@&#8203;UebelAndre](https://redirect.github.com/UebelAndre) in [https://github.com/bazelbuild/rules_rust/pull/2925](https://redirect.github.com/bazelbuild/rules_rust/pull/2925) **Full Changelog**: bazelbuild/rules_rust@0.52.1...0.52.2 </details> --- ### 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 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 989cca0 commit af4a27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ go_download_sdk(
205205

206206
http_archive(
207207
name = "rules_rust",
208-
sha256 = "091ac4b0a67bc252c2c84d84bbb941ab79abc1e71fbd3224da4afdfba73754f0",
209-
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.52.1/rules_rust-v0.52.1.tar.gz"],
208+
sha256 = "671ddb3fe5ebcf9dd34d051eca7352fbaf33fa53bf61eed0b75a4c34829e5480",
209+
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.52.2/rules_rust-v0.52.2.tar.gz"],
210210
)
211211

212212
load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains")

0 commit comments

Comments
 (0)