Skip to content

Commit 1d9ac58

Browse files
chore(deps): update dependency rules_rust to v0.49.3 (#370)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_rust | bazel_dep | patch | `0.49.1` -> `0.49.3` | | [rules_rust](https://togithub.com/bazelbuild/rules_rust) | http_archive | patch | `0.49.2` -> `0.49.3` | --- ### Release Notes <details> <summary>bazelbuild/rules_rust (rules_rust)</summary> ### [`v0.49.3`](https://togithub.com/bazelbuild/rules_rust/releases/tag/0.49.3) [Compare Source](https://togithub.com/bazelbuild/rules_rust/compare/0.49.2...0.49.3) ##### 0.49.3 ##### Bzlmod ```python bazel_dep(name = "rules_rust", version = "0.49.3") ``` ##### WORKSPACE ```python load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_rust", integrity = "sha256-3QBrdyIdWeTRQSB8DnrfEbH7YNFEC4/KA7+SVheTKmA=", urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.49.3/rules_rust-v0.49.3.tar.gz"], ) ``` Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup ##### What's Changed - Fake resolve roots don't forcibly enable default features by [@&#8203;illicitonion](https://togithub.com/illicitonion) in [https://github.com/bazelbuild/rules_rust/pull/2789](https://togithub.com/bazelbuild/rules_rust/pull/2789) - Release 0.49.3 by [@&#8203;illicitonion](https://togithub.com/illicitonion) in [https://github.com/bazelbuild/rules_rust/pull/2791](https://togithub.com/bazelbuild/rules_rust/pull/2791) **Full Changelog**: bazelbuild/rules_rust@0.49.2...0.49.3 </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 these updates again. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/bazel-contrib/toolchains_llvm). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9bfae75 commit 1d9ac58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.49.0", repo_name = "io_bazel_rules_go")
27-
bazel_dep(name = "rules_rust", version = "0.49.1")
27+
bazel_dep(name = "rules_rust", version = "0.49.3")
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
@@ -188,8 +188,8 @@ go_download_sdk(
188188

189189
http_archive(
190190
name = "rules_rust",
191-
sha256 = "e6be6e8fb5947af59f560038e4e58f6b46eb5098a57dad0a38a1ec54b7100660",
192-
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.49.2/rules_rust-v0.49.2.tar.gz"],
191+
sha256 = "dd006b77221d59e4d141207c0e7adf11b1fb60d1440b8fca03bf925617932a60",
192+
urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.49.3/rules_rust-v0.49.3.tar.gz"],
193193
)
194194

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

0 commit comments

Comments
 (0)