Commit ab5557f
authored
chore(deps): update dependency rules_rust to v0.54.1 (#416)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| rules_rust | bazel_dep | minor | `0.53.0` -> `0.54.1` |
| [rules_rust](https://redirect.github.com/bazelbuild/rules_rust) |
http_archive | patch | `0.54.0` -> `0.54.1` |
---
### Release Notes
<details>
<summary>bazelbuild/rules_rust (rules_rust)</summary>
###
[`v0.54.1`](https://redirect.github.com/bazelbuild/rules_rust/releases/tag/0.54.1)
[Compare
Source](https://redirect.github.com/bazelbuild/rules_rust/compare/0.54.0...0.54.1)
### 0.54.1
#### Bzlmod
```python
bazel_dep(name = "rules_rust", version = "0.54.1")
```
#### WORKSPACE
```python
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_rust",
integrity = "sha256-r09Wyq5QqZpov845sUG1Cd1oVIyCBLmKt6HK/JTVuwI=",
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.54.1/rules_rust-v0.54.1.tar.gz"],
)
```
Additional documentation can be found at:
https://bazelbuild.github.io/rules_rust/#setup
#### What's Changed
- Fix bzlmod support for bazel 6 by
[@​illicitonion](https://redirect.github.com/illicitonion) in
[https://github.com/bazelbuild/rules_rust/pull/2989](https://redirect.github.com/bazelbuild/rules_rust/pull/2989)
**Full Changelog**:
bazelbuild/rules_rust@0.54.0...0.54.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 is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent e226bfa commit ab5557f
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
244 | | - | |
| 243 | + | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
0 commit comments