Skip to content

Commit

Permalink
chore(deps): update dependency rules_rust to v0.47.1 (#354)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [rules_rust](https://togithub.com/bazelbuild/rules_rust) |
http_archive | minor | `0.46.0` -> `0.47.1` |

---

### Release Notes

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

###
[`v0.47.1`](https://togithub.com/bazelbuild/rules_rust/releases/tag/0.47.1)

[Compare
Source](https://togithub.com/bazelbuild/rules_rust/compare/0.46.0...0.47.1)

### 0.47.1

#### Bzlmod

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

#### WORKSPACE

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    integrity = "sha256-35cwdTOaqqu4y+aXgIUU2C2PAKMz4+uyJ7/UMIGCmFs=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.47.1/rules_rust-v0.47.1.tar.gz"],
)
```

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

#### What's Changed

- Remote vendor doesn't require srcs present by
[@&#8203;illicitonion](https://togithub.com/illicitonion) in
[bazelbuild/rules_rust#2688
- Add flag to refer to a `sh_toolchain` for process wrapper bootstrap
shebangs by [@&#8203;UebelAndre](https://togithub.com/UebelAndre) in
[bazelbuild/rules_rust#2694
- Added Rust 1.79.0 by
[@&#8203;UebelAndre](https://togithub.com/UebelAndre) in
[bazelbuild/rules_rust#2695
- `crate_universe`: Make module extension restarts less expensive. by
[@&#8203;criemen](https://togithub.com/criemen) in
[bazelbuild/rules_rust#2691
- Add example of using JNI to call into Rust by
[@&#8203;illicitonion](https://togithub.com/illicitonion) in
[bazelbuild/rules_rust#2690
- Apply extra_rustc_flags list to all toolchains by
[@&#8203;nmattia](https://togithub.com/nmattia) in
[bazelbuild/rules_rust#2693
- rust-analyzer: Factor aliases into the project by
[@&#8203;illicitonion](https://togithub.com/illicitonion) in
[bazelbuild/rules_rust#2709
- crate_universe docs: Split bzlmod from workspace by
[@&#8203;illicitonion](https://togithub.com/illicitonion) in
[bazelbuild/rules_rust#2700
- Updated external dependencies docs by
[@&#8203;UebelAndre](https://togithub.com/UebelAndre) in
[bazelbuild/rules_rust#2711
- Update wasm-bindgen to 0.2.92 by
[@&#8203;alexkirsz](https://togithub.com/alexkirsz) in
[bazelbuild/rules_rust#2714
- upstream wrappers for cargo, rustc, cargo-clippy by
[@&#8203;kolloch](https://togithub.com/kolloch) in
[bazelbuild/rules_rust#2703
- Clean up downloads that go through the API instead of the CDN by
[@&#8203;ograff](https://togithub.com/ograff) in
[bazelbuild/rules_rust#2718
- Updated rust-analyzer to use repo vs generated files as crate roots by
[@&#8203;UebelAndre](https://togithub.com/UebelAndre) in
[bazelbuild/rules_rust#2717
- crate-universe allows workspaces with MODULE.bazel only by
[@&#8203;matt-duch](https://togithub.com/matt-duch) in
[bazelbuild/rules_rust#2720
- Release 0.47.0 by
[@&#8203;UebelAndre](https://togithub.com/UebelAndre) in
[bazelbuild/rules_rust#2725
- Update bindgen.bzl to use toolchain system include directories as well
by [@&#8203;hlopko](https://togithub.com/hlopko) in
[bazelbuild/rules_rust#2727
- Use newer macos runners by
[@&#8203;ograff](https://togithub.com/ograff) in
[bazelbuild/rules_rust#2732

#### New Contributors

- [@&#8203;nmattia](https://togithub.com/nmattia) made their first
contribution in
[bazelbuild/rules_rust#2693
- [@&#8203;kolloch](https://togithub.com/kolloch) made their first
contribution in
[bazelbuild/rules_rust#2703
- [@&#8203;matt-duch](https://togithub.com/matt-duch) made their first
contribution in
[bazelbuild/rules_rust#2720

**Full Changelog**:
bazelbuild/rules_rust@0.46.0...0.47.1

</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/bazel-contrib/toolchains_llvm).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 9, 2024
1 parent 481062b commit 421aa20
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 @@ -188,8 +188,8 @@ go_download_sdk(

http_archive(
name = "rules_rust",
sha256 = "17c53bf800b932f32d3ca19d2cb9e8ad533ce1c0d729f0d183077bfddab7ad46",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.46.0/rules_rust-v0.46.0.tar.gz"],
sha256 = "df973075339aaaabb8cbe697808514d82d8f00a333e3ebb227bfd4308182985b",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.47.1/rules_rust-v0.47.1.tar.gz"],
)

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

0 comments on commit 421aa20

Please sign in to comment.