Skip to content

Commit

Permalink
chore(deps): update dependency rules_rust to v0.54.0 (#414)
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.53.0` -> `0.54.0` |

---

### Release Notes

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

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

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

### 0.54.0

#### Bzlmod

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

#### WORKSPACE

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

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

#### What's Changed

- Fix fuchsia platform triple by
[@&#8203;UebelAndre](https://redirect.github.com/UebelAndre) in
[https://github.com/bazelbuild/rules_rust/pull/2945](https://redirect.github.com/bazelbuild/rules_rust/pull/2945)
- Make crate module extension os and arch dependent by
[@&#8203;cerisier](https://redirect.github.com/cerisier) in
[https://github.com/bazelbuild/rules_rust/pull/2939](https://redirect.github.com/bazelbuild/rules_rust/pull/2939)
- add a Source::parse arm for sparse repos (keeping it in the scheme). …
by [@&#8203;sthornington](https://redirect.github.com/sthornington) in
[https://github.com/bazelbuild/rules_rust/pull/2950](https://redirect.github.com/bazelbuild/rules_rust/pull/2950)
- Added Rust 1.82.0 by
[@&#8203;UebelAndre](https://redirect.github.com/UebelAndre) in
[https://github.com/bazelbuild/rules_rust/pull/2944](https://redirect.github.com/bazelbuild/rules_rust/pull/2944)
- Updated Bazelmod cross compilation to catch MacOS sys dependency
issues by
[@&#8203;marvin-hansen](https://redirect.github.com/marvin-hansen) in
[https://github.com/bazelbuild/rules_rust/pull/2926](https://redirect.github.com/bazelbuild/rules_rust/pull/2926)
- Pin to Bazel 7.3.2 by
[@&#8203;illicitonion](https://redirect.github.com/illicitonion) in
[https://github.com/bazelbuild/rules_rust/pull/2957](https://redirect.github.com/bazelbuild/rules_rust/pull/2957)
- Flipped `incompatible_runfiles_cargo_manifest_dir` by
[@&#8203;UebelAndre](https://redirect.github.com/UebelAndre) in
[https://github.com/bazelbuild/rules_rust/pull/2948](https://redirect.github.com/bazelbuild/rules_rust/pull/2948)
- Remove duplicate build metadata depset by
[@&#8203;cerisier](https://redirect.github.com/cerisier) in
[https://github.com/bazelbuild/rules_rust/pull/2954](https://redirect.github.com/bazelbuild/rules_rust/pull/2954)
- Add per-target link flags in the right place by
[@&#8203;illicitonion](https://redirect.github.com/illicitonion) in
[https://github.com/bazelbuild/rules_rust/pull/2963](https://redirect.github.com/bazelbuild/rules_rust/pull/2963)
- rust_test(crate=foo) inherits foo.aliases by
[@&#8203;sam-mccall](https://redirect.github.com/sam-mccall) in
[https://github.com/bazelbuild/rules_rust/pull/2965](https://redirect.github.com/bazelbuild/rules_rust/pull/2965)
- Add support for wasm32-wasip1 target. by
[@&#8203;PiotrSikora](https://redirect.github.com/PiotrSikora) in
[https://github.com/bazelbuild/rules_rust/pull/2967](https://redirect.github.com/bazelbuild/rules_rust/pull/2967)
- Make toolchain vars available but don't automatically set them by
[@&#8203;illicitonion](https://redirect.github.com/illicitonion) in
[https://github.com/bazelbuild/rules_rust/pull/2969](https://redirect.github.com/bazelbuild/rules_rust/pull/2969)
- Bring back splicing_config for crate_universe module extension by
[@&#8203;cerisier](https://redirect.github.com/cerisier) in
[https://github.com/bazelbuild/rules_rust/pull/2971](https://redirect.github.com/bazelbuild/rules_rust/pull/2971)
- feat: add an attr to rust_binary for customization of the binary name
by [@&#8203;mattem](https://redirect.github.com/mattem) in
[https://github.com/bazelbuild/rules_rust/pull/2970](https://redirect.github.com/bazelbuild/rules_rust/pull/2970)
- Add aliases attribute to rust tag class. by
[@&#8203;sputt](https://redirect.github.com/sputt) in
[https://github.com/bazelbuild/rules_rust/pull/2975](https://redirect.github.com/bazelbuild/rules_rust/pull/2975)
- Made `cargo_build_script` `streams` output group optional. by
[@&#8203;UebelAndre](https://redirect.github.com/UebelAndre) in
[https://github.com/bazelbuild/rules_rust/pull/2976](https://redirect.github.com/bazelbuild/rules_rust/pull/2976)
- A rust_test_suite(srcs=\[]) should be empty. by
[@&#8203;sam-mccall](https://redirect.github.com/sam-mccall) in
[https://github.com/bazelbuild/rules_rust/pull/2966](https://redirect.github.com/bazelbuild/rules_rust/pull/2966)
- Remove dependency on spectral by
[@&#8203;dzbarsky](https://redirect.github.com/dzbarsky) in
[https://github.com/bazelbuild/rules_rust/pull/2964](https://redirect.github.com/bazelbuild/rules_rust/pull/2964)
- Remove tera optional features by
[@&#8203;dzbarsky](https://redirect.github.com/dzbarsky) in
[https://github.com/bazelbuild/rules_rust/pull/2984](https://redirect.github.com/bazelbuild/rules_rust/pull/2984)
- Fix annotations' crate.select for lists by
[@&#8203;nmattia](https://redirect.github.com/nmattia) in
[https://github.com/bazelbuild/rules_rust/pull/2981](https://redirect.github.com/bazelbuild/rules_rust/pull/2981)
- Stop using config.string(allow_multiple = True) by
[@&#8203;EdSchouten](https://redirect.github.com/EdSchouten) in
[https://github.com/bazelbuild/rules_rust/pull/2983](https://redirect.github.com/bazelbuild/rules_rust/pull/2983)
- Remove duplication of rustc_flags introduced in
[`4e593b6`](https://redirect.github.com/bazelbuild/rules_rust/commit/4e593b6cc3e1dab)
by [@&#8203;sam-mccall](https://redirect.github.com/sam-mccall) in
[https://github.com/bazelbuild/rules_rust/pull/2987](https://redirect.github.com/bazelbuild/rules_rust/pull/2987)
- Added utility library for parsing workspace status stamps. by
[@&#8203;UebelAndre](https://redirect.github.com/UebelAndre) in
[https://github.com/bazelbuild/rules_rust/pull/2982](https://redirect.github.com/bazelbuild/rules_rust/pull/2982)
- Added `cargo_config` attribute to `cargo_bootstrap_repository`. by
[@&#8203;UebelAndre](https://redirect.github.com/UebelAndre) in
[https://github.com/bazelbuild/rules_rust/pull/2986](https://redirect.github.com/bazelbuild/rules_rust/pull/2986)
- Release 0.54.0 by
[@&#8203;UebelAndre](https://redirect.github.com/UebelAndre) in
[https://github.com/bazelbuild/rules_rust/pull/2979](https://redirect.github.com/bazelbuild/rules_rust/pull/2979)

#### New Contributors

- [@&#8203;sthornington](https://redirect.github.com/sthornington) made
their first contribution in
[https://github.com/bazelbuild/rules_rust/pull/2950](https://redirect.github.com/bazelbuild/rules_rust/pull/2950)
- [@&#8203;sam-mccall](https://redirect.github.com/sam-mccall) made
their first contribution in
[https://github.com/bazelbuild/rules_rust/pull/2965](https://redirect.github.com/bazelbuild/rules_rust/pull/2965)
- [@&#8203;sputt](https://redirect.github.com/sputt) made their first
contribution in
[https://github.com/bazelbuild/rules_rust/pull/2975](https://redirect.github.com/bazelbuild/rules_rust/pull/2975)

**Full Changelog**:
bazelbuild/rules_rust@0.53.0...0.54.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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 42a2a59 commit e226bfa
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 = "85e2013727ab26fb22abdffe4b2ac0c27a2d5b6296167ba63d8f6e13140f51f9",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.53.0/rules_rust-v0.53.0.tar.gz"],
sha256 = "7b8ea7af7fb16dc4a2322b4a0b7c9e1fa054b4dbf9f6d0584e43be7f7cc6a96b",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.54.0/rules_rust-v0.54.0.tar.gz"],
)

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

0 comments on commit e226bfa

Please sign in to comment.