Skip to content

Commit

Permalink
chore(deps): update dependency rules_rust to v0.53.0 (#406)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [rules_rust](https://redirect.github.com/bazelbuild/rules_rust) |
http_archive | minor | `0.52.2` -> `0.53.0` |

---

### Release Notes

<details>
<summary>bazelbuild/rules_rust (rules_rust)</summary>

###
[`v0.53.0`](https://redirect.github.com/bazelbuild/rules_rust/releases/tag/0.53.0)

[Compare
Source](https://redirect.github.com/bazelbuild/rules_rust/compare/0.52.2...0.53.0)

##### 0.53.0

##### Bzlmod

```python
bazel_dep(name = "rules_rust", version = "0.53.0")
```

##### WORKSPACE

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    integrity = "sha256-heIBNyerJvsiq9/+SyrAwnotW2KWFnumPY9uExQPUfk=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.53.0/rules_rust-v0.53.0.tar.gz"],
)
```

Additional documentation can be found at:
https://bazelbuild.github.io/rules_rust/#setup

##### What's Changed

- Add target specific rustc_flags last to the command line by
[@&#8203;erenon](https://redirect.github.com/erenon) in
[https://github.com/bazelbuild/rules_rust/pull/2927](https://redirect.github.com/bazelbuild/rules_rust/pull/2927)
- cargo_build_script: add some tests for the cc_args_and_env processing
by [@&#8203;krasimirgg](https://redirect.github.com/krasimirgg) in
[https://github.com/bazelbuild/rules_rust/pull/2931](https://redirect.github.com/bazelbuild/rules_rust/pull/2931)
- Update `BUILD.bazel` location by
[@&#8203;emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman)
in
[https://github.com/bazelbuild/rules_rust/pull/2937](https://redirect.github.com/bazelbuild/rules_rust/pull/2937)
- Update wasm_bindgen to non-deprecated rules_js API by
[@&#8203;dzbarsky](https://redirect.github.com/dzbarsky) in
[https://github.com/bazelbuild/rules_rust/pull/2934](https://redirect.github.com/bazelbuild/rules_rust/pull/2934)
- cargo_build_script: Add support for `-fsanitize-ignorelist=` by
[@&#8203;vitalybuka](https://redirect.github.com/vitalybuka) in
[https://github.com/bazelbuild/rules_rust/pull/2935](https://redirect.github.com/bazelbuild/rules_rust/pull/2935)
- cargo_build_script: Add regression test for revert
[#&#8203;2925](https://redirect.github.com/bazelbuild/rules_rust/issues/2925)
by [@&#8203;vitalybuka](https://redirect.github.com/vitalybuka) in
[https://github.com/bazelbuild/rules_rust/pull/2936](https://redirect.github.com/bazelbuild/rules_rust/pull/2936)
- \[Prost] Remove extra generated modules and opt-in to transitively
including deps by
[@&#8203;freeformstu](https://redirect.github.com/freeformstu) in
[https://github.com/bazelbuild/rules_rust/pull/2943](https://redirect.github.com/bazelbuild/rules_rust/pull/2943)
- gen_rust_project: optimize aquery with many targets by
[@&#8203;TheLortex](https://redirect.github.com/TheLortex) in
[https://github.com/bazelbuild/rules_rust/pull/2941](https://redirect.github.com/bazelbuild/rules_rust/pull/2941)
- Release version 53.0 by
[@&#8203;freeformstu](https://redirect.github.com/freeformstu) in
[https://github.com/bazelbuild/rules_rust/pull/2949](https://redirect.github.com/bazelbuild/rules_rust/pull/2949)

##### New Contributors

- [@&#8203;erenon](https://redirect.github.com/erenon) made their first
contribution in
[https://github.com/bazelbuild/rules_rust/pull/2927](https://redirect.github.com/bazelbuild/rules_rust/pull/2927)
-
[@&#8203;emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman)
made their first contribution in
[https://github.com/bazelbuild/rules_rust/pull/2937](https://redirect.github.com/bazelbuild/rules_rust/pull/2937)
- [@&#8203;TheLortex](https://redirect.github.com/TheLortex) made their
first contribution in
[https://github.com/bazelbuild/rules_rust/pull/2941](https://redirect.github.com/bazelbuild/rules_rust/pull/2941)

**Full Changelog**:
bazelbuild/rules_rust@0.52.2...0.53.0

</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 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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent bda1c9f commit 5afa66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ go_download_sdk(

http_archive(
name = "rules_rust",
sha256 = "671ddb3fe5ebcf9dd34d051eca7352fbaf33fa53bf61eed0b75a4c34829e5480",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.52.2/rules_rust-v0.52.2.tar.gz"],
sha256 = "85e2013727ab26fb22abdffe4b2ac0c27a2d5b6296167ba63d8f6e13140f51f9",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.53.0/rules_rust-v0.53.0.tar.gz"],
)

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

0 comments on commit 5afa66c

Please sign in to comment.