build(deps): bump rust from 1.97-bookworm to 1.98-bookworm in the all-dependencies group across 1 directory - #55
Conversation
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>
PR SummaryLow Risk Overview No runtime stage, cargo targets, or application code change—only the toolchain image used to compile Reviewed by Cursor Bugbot for commit 2d2e102. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ 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.
|
|
||
| # Matches rust-toolchain.toml. | ||
| FROM rust:1.97-bookworm AS builder | ||
| FROM rust:1.98-bookworm AS builder |
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 2d2e102. Configure here.


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
rustfrom 1.97-bookworm to 1.98-bookwormYou 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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