bazel-contrib / toolchains_llvm

LLVM toolchain for bazel
Apache License 2.0
291 stars 209 forks source link

chore(deps): update dependency rules_rust to v0.49.0 #365

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rules_rust bazel_dep minor 0.48.0 -> 0.49.0
rules_rust http_archive minor 0.48.0 -> 0.49.0

Release Notes

bazelbuild/rules_rust (rules_rust) ### [`v0.49.0`](https://togithub.com/bazelbuild/rules_rust/releases/tag/0.49.0) [Compare Source](https://togithub.com/bazelbuild/rules_rust/compare/0.48.0...0.49.0) ### 0.49.0 #### Bzlmod ```python bazel_dep(name = "rules_rust", version = "0.49.0") ``` #### WORKSPACE ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_rust", integrity = "sha256-WJlhi9KAgMZYAyDIlSCgP11BRCH3zxLMjAsBXsBEyF8=", urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.49.0/rules_rust-v0.49.0.tar.gz"], ) ``` Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup #### What's Changed - feat(crates_repository): customizable repin instructions by [@​stevebarrau](https://togithub.com/stevebarrau) in [https://github.com/bazelbuild/rules_rust/pull/2756](https://togithub.com/bazelbuild/rules_rust/pull/2756) - rust_stdlib_filegroup: update to support srcs from another package by [@​krasimirgg](https://togithub.com/krasimirgg) in [https://github.com/bazelbuild/rules_rust/pull/2735](https://togithub.com/bazelbuild/rules_rust/pull/2735) - Add missing local_path_overrides in examples by [@​illicitonion](https://togithub.com/illicitonion) in [https://github.com/bazelbuild/rules_rust/pull/2747](https://togithub.com/bazelbuild/rules_rust/pull/2747) - Added Rust 1.80.0 by [@​UebelAndre](https://togithub.com/UebelAndre) in [https://github.com/bazelbuild/rules_rust/pull/2763](https://togithub.com/bazelbuild/rules_rust/pull/2763) - toolchain: support `$(location)` expansion in `extra_rustc_flags` by [@​krasimirgg](https://togithub.com/krasimirgg) in [https://github.com/bazelbuild/rules_rust/pull/2761](https://togithub.com/bazelbuild/rules_rust/pull/2761) - Allow for unnamed workspaces/modules when using crates_vendor by [@​AmeliasCode](https://togithub.com/AmeliasCode) in [https://github.com/bazelbuild/rules_rust/pull/2730](https://togithub.com/bazelbuild/rules_rust/pull/2730) - Respect "--no-typescript" flag in wasm_bindgen by [@​duarten](https://togithub.com/duarten) in [https://github.com/bazelbuild/rules_rust/pull/2765](https://togithub.com/bazelbuild/rules_rust/pull/2765) - Add version to bindgen dep by [@​illicitonion](https://togithub.com/illicitonion) in [https://github.com/bazelbuild/rules_rust/pull/2768](https://togithub.com/bazelbuild/rules_rust/pull/2768) - Merge repin scripts by [@​illicitonion](https://togithub.com/illicitonion) in [https://github.com/bazelbuild/rules_rust/pull/2769](https://togithub.com/bazelbuild/rules_rust/pull/2769) - crate_universe: Only compile label regex once. by [@​criemen](https://togithub.com/criemen) in [https://github.com/bazelbuild/rules_rust/pull/2751](https://togithub.com/bazelbuild/rules_rust/pull/2751) - Add fake dependency roots for all transitive proc-macros by [@​illicitonion](https://togithub.com/illicitonion) in [https://github.com/bazelbuild/rules_rust/pull/2749](https://togithub.com/bazelbuild/rules_rust/pull/2749) - Release 0.49.0 by [@​UebelAndre](https://togithub.com/UebelAndre) in [https://github.com/bazelbuild/rules_rust/pull/2773](https://togithub.com/bazelbuild/rules_rust/pull/2773) #### New Contributors - [@​stevebarrau](https://togithub.com/stevebarrau) made their first contribution in [https://github.com/bazelbuild/rules_rust/pull/2756](https://togithub.com/bazelbuild/rules_rust/pull/2756) **Full Changelog**: https://github.com/bazelbuild/rules_rust/compare/0.48.0...0.49.0

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.



This PR was generated by Mend Renovate. View the repository job log.