Skip to content

build(deps): bump rust from 1.97-bookworm to 1.98-bookworm in the all-dependencies group across 1 directory - #55

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/all-dependencies-b950983a7e
Open

build(deps): bump rust from 1.97-bookworm to 1.98-bookworm in the all-dependencies group across 1 directory#55
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/all-dependencies-b950983a7e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Warning

Cooldown could not be applied because no publication date was available from the registry.

Bumps the all-dependencies group with 1 update in the / directory: rust.

Updates rust from 1.97-bookworm to 1.98-bookworm

Dependabot compatibility score

You can trigger a rebase of this PR 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-dependencies group with 1 update in the / directory: rust.


Updates `rust` from 1.97-bookworm to 1.98-bookworm

---
updated-dependencies:
- dependency-name: rust
  dependency-version: 1.98-bookworm
  dependency-type: direct:production
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file docker Pull requests that update docker code labels Sep 1, 2026
@cursor

cursor Bot commented Sep 1, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Minor Rust toolchain image bump in the Docker builder only; no auth, data, or runtime base image changes in this diff.

Overview
Bumps the multi-stage Docker build so the builder stage uses rust:1.98-bookworm instead of rust:1.97-bookworm, keeping the comment that this image should align with rust-toolchain.toml.

No runtime stage, cargo targets, or application code change—only the toolchain image used to compile message-relayer and spy-node in CI/container builds.

Reviewed by Cursor Bugbot for commit 2d2e102. Bugbot is set up for automated code reviews on this repo. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 2d2e102. Configure here.

Comment thread Dockerfile

# Matches rust-toolchain.toml.
FROM rust:1.97-bookworm AS builder
FROM rust:1.98-bookworm AS builder

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rust image pin diverges from toolchain

High Severity

The builder image is now rust:1.98-bookworm, but rust-toolchain.toml still pins 1.97.0. The rustc-version-match job requires FROM rust:1.97 and will fail. cargo in the builder also follows rust-toolchain.toml, so the image tag no longer matches the compiler that actually builds.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2d2e102. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants