Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2025

This PR contains the following updates:

Package Type Update Change
rules_rust bazel_dep minor 0.67.0 -> 0.68.0

Release Notes

bazelbuild/rules_rust (rules_rust)

v0.68.0

Compare Source

0.68.0

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

Bzlmod

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

WORKSPACE

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    integrity = "sha256-/CA1dIYblKaQtSwBXoI5/ksN45oLjLfk4IfcgSylxyg=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.68.0/rules_rust-0.68.0.tar.gz"],
)

Extensions

Bindgen
Bzlmod
bazel_dep(name = "rules_rust_bindgen", version = "0.68.0")
WORKSPACE
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust_bindgen",
    integrity = "sha256-/CA1dIYblKaQtSwBXoI5/ksN45oLjLfk4IfcgSylxyg=",
    strip_prefix = "extensions/bindgen",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.68.0/rules_rust-0.68.0.tar.gz"],
)
MdBook
Bzlmod
bazel_dep(name = "rules_rust_mdbook", version = "0.68.0")
WORKSPACE
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust_mdbook",
    integrity = "sha256-/CA1dIYblKaQtSwBXoI5/ksN45oLjLfk4IfcgSylxyg=",
    strip_prefix = "extensions/mdbook",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.68.0/rules_rust-0.68.0.tar.gz"],
)
Prost
Bzlmod
bazel_dep(name = "rules_rust_prost", version = "0.68.0")
WORKSPACE
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust_prost",
    integrity = "sha256-/CA1dIYblKaQtSwBXoI5/ksN45oLjLfk4IfcgSylxyg=",
    strip_prefix = "extensions/prost",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.68.0/rules_rust-0.68.0.tar.gz"],
)
Protobuf
Bzlmod
bazel_dep(name = "rules_rust_protobuf", version = "0.68.0")

register_toolchains(
    "@​rules_rust_pyo3//toolchains:toolchain",
    "@​rules_rust_pyo3//toolchains:rust_toolchain",
)
WORKSPACE
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust_protobuf",
    integrity = "sha256-/CA1dIYblKaQtSwBXoI5/ksN45oLjLfk4IfcgSylxyg=",
    strip_prefix = "extensions/protobuf",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.68.0/rules_rust-0.68.0.tar.gz"],
)
PyO3
bazel_dep(name = "rules_rust_pyo3", version = "0.68.0")
Wasm-Bindgen
Bzlmod
bazel_dep(name = "rules_rust_wasm_bindgen", version = "0.68.0")
WORKSPACE
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust_wasm_bindgen",
    integrity = "sha256-/CA1dIYblKaQtSwBXoI5/ksN45oLjLfk4IfcgSylxyg=",
    strip_prefix = "extensions/wasm_bindgen",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.68.0/rules_rust-0.68.0.tar.gz"],
)

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_rust@0.67.0...0.68.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 enabled auto-merge (squash) December 5, 2025 21:38
@grpcgatewaybot grpcgatewaybot force-pushed the renovate/rules_rust-0.x branch from 7e6922f to 21c18be Compare December 5, 2025 21:41
@renovate renovate bot merged commit 3293d56 into main Dec 5, 2025
16 checks passed
@renovate renovate bot deleted the renovate/rules_rust-0.x branch December 5, 2025 21:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant