Skip to content

Bump the all-in-one group across 1 directory with 3 updates#89

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/bazel/all-in-one-cdf9f87dd7
Open

Bump the all-in-one group across 1 directory with 3 updates#89
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/bazel/all-in-one-cdf9f87dd7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-in-one group with 3 updates in the / directory: rules_rust, grpc and aspect_rules_lint.

Updates rules_rust from 0.68.2-score to 0.71.3

Release notes

Sourced from rules_rust's releases.

0.71.3

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

Bzlmod

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

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    integrity = "sha256-h8txtdi9xcNfgjdTBYX+R9CEsxKDucJx+OPvezmkTQM=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.71.3/rules_rust-0.71.3.tar.gz"],
)

Extensions

Bindgen

Bzlmod

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

WORKSPACE

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

MdBook

... (truncated)

Commits

Updates grpc from 1.82.0 to 1.82.1

Release notes

Sourced from grpc's releases.

Release v1.82.1

This is release gRPC Core 1.82.1 (glacier).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

What's Changed

Python

Full Changelog: grpc/grpc@v1.82.0...v1.82.1

Commits
  • acccf84 [Release] Bump version to 1.82.1 (on v1.82.x branch) (#42924)
  • 4f356a0 [Backport][v1.82.x][Python] Update lower bound for protobuf from 6.33.5 to 7....
  • See full diff in compare view

Updates aspect_rules_lint from 2.3.0 to 2.7.2

Release notes

Sourced from aspect_rules_lint's releases.

v2.7.2

Add this to your file:

bazel_dep(name = "aspect_rules_lint", version = "2.7.2")

This repo also provides a lint task for the Aspect CLI. Add this to your MODULE.aspect file:

# AXL dependencies; see https://github.com/aspect-extensions
axl_archive_dep(
    name = "aspect_rules_lint",
    urls = ["https://github.com/aspect-build/rules_lint/releases/download/v2.7.2/rules_lint-v2.7.2.tar.gz"],
    integrity = "sha256-o3B1CZwNAcdEGkmy9+krwwMmVMBwgCBvnc+rAUwKvE8=",
    strip_prefix = "rules_lint-2.7.2",
    dev = True,
    auto_use_tasks = True,
)

Then, follow the install instructions for

What's Changed

  • feat(lint): add scalafix linter (#914)
  • Changes by create-pull-request action (#925)
  • fix(ty): unconditionally include main workspace bin directory in import search paths (#916)
  • Changes by create-pull-request action (#923)
  • ci: exercise example formatters via aspect format (#922)
  • docs: showcase the aspect lint GitHub status check (#921)
  • ci: exercise example linters via aspect lint; merge CI workflows (#920)
  • feat(ktlint): emit SARIF machine output so findings surface in reports (#919)
  • ci: disable App/id-token features on fork PRs (#917)
  • fix(keep-sorted): honor 'no-lint' tag (#911)
  • Changes by create-pull-request action (#918)
  • Changes by create-pull-request action (#915)
  • fix(rust): support external module test paths (#913)
  • chore: publish aspect_rules_lint_rust on rust-v* tags (#907)

Full Changelog: aspect-build/rules_lint@v2.7.1...v2.7.2

v2.7.1

Add this to your file:

... (truncated)

Commits
  • a61a4f3 feat(lint): add scalafix linter (#914)
  • d035b2b Changes by create-pull-request action (#925)
  • 684519a fix(ty): unconditionally include main workspace bin directory in import searc...
  • c69cd1b Changes by create-pull-request action (#923)
  • 71b04ee ci: exercise example formatters via aspect format (#922)
  • c31b75c docs: showcase the aspect lint GitHub status check (#921)
  • d5172e6 ci: exercise example linters via aspect lint; merge CI workflows (#920)
  • 245d924 feat(ktlint): emit SARIF machine output so findings surface in reports (#919)
  • a75a772 ci: disable App/id-token features on fork PRs (#917)
  • dccd606 fix(keep-sorted): honor 'no-lint' tag (#911)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
aspect_rules_lint [>= 2.6.a, < 2.7]

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-in-one group with 3 updates in the / directory: [rules_rust](https://github.com/bazelbuild/rules_rust), [grpc](https://github.com/grpc/grpc) and [aspect_rules_lint](https://github.com/aspect-build/rules_lint).


Updates `rules_rust` from 0.68.2-score to 0.71.3
- [Release notes](https://github.com/bazelbuild/rules_rust/releases)
- [Commits](https://github.com/bazelbuild/rules_rust/commits/0.71.3)

Updates `grpc` from 1.82.0 to 1.82.1
- [Release notes](https://github.com/grpc/grpc/releases)
- [Commits](grpc/grpc@v1.82.0...v1.82.1)

Updates `aspect_rules_lint` from 2.3.0 to 2.7.2
- [Release notes](https://github.com/aspect-build/rules_lint/releases)
- [Commits](aspect-build/rules_lint@v2.3.0...v2.7.2)

---
updated-dependencies:
- dependency-name: rules_rust
  dependency-version: 0.71.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-in-one
- dependency-name: grpc
  dependency-version: 1.82.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-in-one
- dependency-name: aspect_rules_lint
  dependency-version: 2.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-in-one
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Jul 16, 2026
@github-actions

github-actions Bot commented Jul 16, 2026

Copy link
Copy Markdown

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: e3caa2cb-8206-45f7-9a45-fe0470177b9c
Computing main repo mapping: 
Computing main repo mapping: 
DEBUG: Rule 'abseil-cpp+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-m3oGQwXp/ZTRJP+mzDWFkutCtdpYj7TgfQklSqQAhts="
DEBUG: Repository abseil-cpp+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
DEBUG: Rule 'protobuf+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-w6Cp7OiTLjHDtzbi2xixxC5wcM2biBOIsm0BqnHiTKI="
DEBUG: Repository protobuf+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
DEBUG: Rule 'grpc+' indicated that a canonical reproducible form can be obtained by modifying arguments integrity = "sha256-CvN7gAlTEwtHwHW1ZoPuYL3D7aPDf8YAQZP1tWl1ggQ="
DEBUG: Repository grpc+ instantiated at:
  <builtin>: in <toplevel>
Repository rule http_archive defined at:
  /home/runner/.bazel/external/bazel_tools/tools/build_defs/repo/http.bzl:394:31: in <toplevel>
Computing main repo mapping: 
Loading: 
Loading: 1 packages loaded
Loading: 1 packages loaded
    currently loading: 
WARNING: Target pattern parsing failed.
ERROR: Skipping '//:license-check': no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/inc_security_crypto/inc_security_crypto/BUILD
ERROR: no such target '//:license-check': target 'license-check' not declared in package '' defined by /home/runner/work/inc_security_crypto/inc_security_crypto/BUILD
INFO: Elapsed time: 8.335s
INFO: 0 processes.
ERROR: Build did NOT complete successfully
ERROR: Build failed. Not running target

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.

1 participant