Skip to content

Bump rules_rust from 0.69.0 to 0.70.0#141

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bazel/rules_rust-0.70.0
Open

Bump rules_rust from 0.69.0 to 0.70.0#141
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bazel/rules_rust-0.70.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps rules_rust from 0.69.0 to 0.70.0.

Release notes

Sourced from rules_rust's releases.

0.70.0

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

Bzlmod

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

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    integrity = "sha256-X/2f8fby8U8gV7fLqpGl5qzZpMve1ayB2tm+s2hZYB4=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.70.0/rules_rust-0.70.0.tar.gz"],
)

Extensions

Bindgen

Bzlmod

bazel_dep(name = "rules_rust_bindgen", version = "0.70.0")

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust_bindgen",
    integrity = "sha256-X/2f8fby8U8gV7fLqpGl5qzZpMve1ayB2tm+s2hZYB4=",
    strip_prefix = "extensions/bindgen",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.70.0/rules_rust-0.70.0.tar.gz"],
)

MdBook

... (truncated)

Commits
  • e890f0d Release 0.70.0 (#3959)
  • 9a137c3 Updated CrateInfo.data documentation (#3978)
  • 82506df Add unstable_rust_features attribute (#3963)
  • 325e942 Added Rust 1.95.0 (#3971)
  • 25fa202 Delete //cargo/settings:incompatible_runfiles_cargo_manifest_dir (#3881)
  • ad14c2b Fix parse_cargo_tree_output misclassifying dev-dependencies as host deps (#3976)
  • 01821fa crate_universe release 0.18.0 (#3969)
  • 4028aa7 crate_universe: error on empty host triples in cargo tree resolver (#3979)
  • ae1be23 cargo-bazel: fix binary targets of proc-macro crates using wrong dep attribut...
  • 85007f4 Wire rust_objcopy into the generated sysroot action inputs (#3972)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rules_rust](https://github.com/bazelbuild/rules_rust) from 0.69.0 to 0.70.0.
- [Release notes](https://github.com/bazelbuild/rules_rust/releases)
- [Commits](bazelbuild/rules_rust@0.69.0...0.70.0)

---
updated-dependencies:
- dependency-name: rules_rust
  dependency-version: 0.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Apr 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants