Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency rules_rust to v0.53.0 (#406)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_rust](https://redirect.github.com/bazelbuild/rules_rust) | http_archive | minor | `0.52.2` -> `0.53.0` | --- ### Release Notes <details> <summary>bazelbuild/rules_rust (rules_rust)</summary> ### [`v0.53.0`](https://redirect.github.com/bazelbuild/rules_rust/releases/tag/0.53.0) [Compare Source](https://redirect.github.com/bazelbuild/rules_rust/compare/0.52.2...0.53.0) ##### 0.53.0 ##### Bzlmod ```python bazel_dep(name = "rules_rust", version = "0.53.0") ``` ##### WORKSPACE ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "rules_rust", integrity = "sha256-heIBNyerJvsiq9/+SyrAwnotW2KWFnumPY9uExQPUfk=", urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.53.0/rules_rust-v0.53.0.tar.gz"], ) ``` Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup ##### What's Changed - Add target specific rustc_flags last to the command line by [@​erenon](https://redirect.github.com/erenon) in [https://github.com/bazelbuild/rules_rust/pull/2927](https://redirect.github.com/bazelbuild/rules_rust/pull/2927) - cargo_build_script: add some tests for the cc_args_and_env processing by [@​krasimirgg](https://redirect.github.com/krasimirgg) in [https://github.com/bazelbuild/rules_rust/pull/2931](https://redirect.github.com/bazelbuild/rules_rust/pull/2931) - Update `BUILD.bazel` location by [@​emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) in [https://github.com/bazelbuild/rules_rust/pull/2937](https://redirect.github.com/bazelbuild/rules_rust/pull/2937) - Update wasm_bindgen to non-deprecated rules_js API by [@​dzbarsky](https://redirect.github.com/dzbarsky) in [https://github.com/bazelbuild/rules_rust/pull/2934](https://redirect.github.com/bazelbuild/rules_rust/pull/2934) - cargo_build_script: Add support for `-fsanitize-ignorelist=` by [@​vitalybuka](https://redirect.github.com/vitalybuka) in [https://github.com/bazelbuild/rules_rust/pull/2935](https://redirect.github.com/bazelbuild/rules_rust/pull/2935) - cargo_build_script: Add regression test for revert [#​2925](https://redirect.github.com/bazelbuild/rules_rust/issues/2925) by [@​vitalybuka](https://redirect.github.com/vitalybuka) in [https://github.com/bazelbuild/rules_rust/pull/2936](https://redirect.github.com/bazelbuild/rules_rust/pull/2936) - \[Prost] Remove extra generated modules and opt-in to transitively including deps by [@​freeformstu](https://redirect.github.com/freeformstu) in [https://github.com/bazelbuild/rules_rust/pull/2943](https://redirect.github.com/bazelbuild/rules_rust/pull/2943) - gen_rust_project: optimize aquery with many targets by [@​TheLortex](https://redirect.github.com/TheLortex) in [https://github.com/bazelbuild/rules_rust/pull/2941](https://redirect.github.com/bazelbuild/rules_rust/pull/2941) - Release version 53.0 by [@​freeformstu](https://redirect.github.com/freeformstu) in [https://github.com/bazelbuild/rules_rust/pull/2949](https://redirect.github.com/bazelbuild/rules_rust/pull/2949) ##### New Contributors - [@​erenon](https://redirect.github.com/erenon) made their first contribution in [https://github.com/bazelbuild/rules_rust/pull/2927](https://redirect.github.com/bazelbuild/rules_rust/pull/2927) - [@​emmanuel-ferdman](https://redirect.github.com/emmanuel-ferdman) made their first contribution in [https://github.com/bazelbuild/rules_rust/pull/2937](https://redirect.github.com/bazelbuild/rules_rust/pull/2937) - [@​TheLortex](https://redirect.github.com/TheLortex) made their first contribution in [https://github.com/bazelbuild/rules_rust/pull/2941](https://redirect.github.com/bazelbuild/rules_rust/pull/2941) **Full Changelog**: bazelbuild/rules_rust@0.52.2...0.53.0 </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 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information