Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency rules_rust to v0.54.1 #607

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2024

This PR contains the following updates:

Package Type Update Change
rules_rust bazel_dep minor 0.53.0 -> 0.54.1
rules_rust http_archive minor 0.53.0 -> 0.54.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bazelbuild/rules_rust (rules_rust)

v0.54.1

Compare Source

0.54.1

Bzlmod

bazel_dep(name = "rules_rust", version = "0.54.1")

WORKSPACE

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

Full Changelog: bazelbuild/rules_rust@0.54.0...0.54.1

v0.54.0

Compare Source

0.54.0

Bzlmod

bazel_dep(name = "rules_rust", version = "0.54.0")

WORKSPACE

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    integrity = "sha256-e46nr3+xbcSiMitKC3yeH6BUtNv59tBYTkO+f3zGqWs=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.54.0/rules_rust-v0.54.0.tar.gz"],
)

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_rust@0.53.0...0.54.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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from a team as a code owner November 6, 2024 22:32
@renovate renovate bot added the merge-queue merge on green CI label Nov 6, 2024
@renovate renovate bot changed the title chore(deps): update dependency rules_rust to v0.54.0 chore(deps): update dependency rules_rust to v0.54.1 Nov 7, 2024
This requires rust 1.74+ now and we use 1.73 currently.

Instead, we use the static binary provided by rules_rust. Unfortunately, the URLs and SHA256s are
private by default, but this is currently not checked.
Copy link
Contributor Author

renovate bot commented Nov 15, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@avdv
Copy link
Member

avdv commented Nov 15, 2024

I added a few changes in order to fix the build failure for the rust example. See here for details.

Most importantly, this uses the musl based static cargo-bazel binary provided by rules_rust instead of bootstrapping it each time. The only downside is, that one needs to supply the right URL and SHA256 for that binary to get picked and this information lives in a private bzl file in rules_rust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-queue merge on green CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant