Skip to content

Commit ab5557f

Browse files
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("@&#8203;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 [@&#8203;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

File tree

tests/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
2424
bazel_dep(name = "platforms", version = "0.0.10")
2525
bazel_dep(name = "rules_cc", version = "0.0.9")
2626
bazel_dep(name = "rules_go", version = "0.50.1", repo_name = "io_bazel_rules_go")
27-
bazel_dep(name = "rules_rust", version = "0.53.0")
27+
bazel_dep(name = "rules_rust", version = "0.54.1")
2828
bazel_dep(name = "rules_foreign_cc", version = "0.12.0")
2929
bazel_dep(name = "abseil-cpp", version = "20240722.0", repo_name = "com_google_absl")
3030

tests/WORKSPACE

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

241241
http_archive(
242242
name = "rules_rust",
243-
sha256 = "7b8ea7af7fb16dc4a2322b4a0b7c9e1fa054b4dbf9f6d0584e43be7f7cc6a96b",
244-
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.54.0/rules_rust-v0.54.0.tar.gz"],
243+
sha256 = "af4f56caae50a99a68bfce39b141b509dd68548c8204b98ab7a1cafc94d5bb02",
244+
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.54.1/rules_rust-v0.54.1.tar.gz"],
245245
)
246246

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

0 commit comments

Comments
 (0)