chore(deps): bump dtolnay/rust-toolchain from 1.95.0 to 1.100.0 in the actions group across 1 directory - #887
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
7a21d6f to
1dc59b1
Compare
1dc59b1 to
95451c1
Compare
95451c1 to
6f4697e
Compare
6f4697e to
cc66cbc
Compare
cc66cbc to
4075e49
Compare
4075e49 to
ac8dc46
Compare
ac8dc46 to
166198f
Compare
166198f to
fa295bf
Compare
fa295bf to
a60240c
Compare
a60240c to
723c08a
Compare
|
|
||
| - name: Install Rust 1.95.0 | ||
| uses: dtolnay/rust-toolchain@1.95.0 | ||
| uses: dtolnay/rust-toolchain@1.100.0 |
There was a problem hiding this comment.
Invalid Rust toolchain version pin
High Severity
For dtolnay/rust-toolchain, the version tag selects the Rust toolchain to install, not an action semver. This Dependabot bump to @1.100.0 therefore requests Rust 1.100.0, which is not a released toolchain (latest stable is 1.97.1). Neither workflow passes an explicit toolchain input, so CI will fail at install time. The previous @1.95.0 pin also matched Dockerfile's rust:1.95 base image.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 723c08a. Configure here.
Bumps the actions group with 1 update in the / directory: [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain). Updates `dtolnay/rust-toolchain` from 1.95.0 to 1.100.0 - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](dtolnay/rust-toolchain@1.95.0...1.100.0) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: 1.100.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
723c08a to
7382fcb
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7382fcb. Configure here.
|
|
||
| - name: Install Rust 1.95.0 | ||
| uses: dtolnay/rust-toolchain@1.95.0 | ||
| uses: dtolnay/rust-toolchain@1.100.0 |
There was a problem hiding this comment.
Invalid Rust toolchain version bump
High Severity
Dependabot bumped dtolnay/rust-toolchain to @1.100.0, but Rust 1.100.0 is not a released toolchain (current stable is 1.97.x). That tag makes the action ask rustup for a nonexistent version, which 404s and fails CI in both codeql.yml and verify-impl.yml. Step names still say Install Rust 1.95.0, and Dockerfile remains on rust:1.95.
Reviewed by Cursor Bugbot for commit 7382fcb. Configure here.


Bumps the actions group with 1 update in the / directory: dtolnay/rust-toolchain.
Updates
dtolnay/rust-toolchainfrom 1.95.0 to 1.100.0Commits
965947ctoolchain: 1.100.0Note
Low Risk
CI-only dependency pin for the Rust toolchain installer; no runtime or application code changes.
Overview
Bumps the
dtolnay/rust-toolchainaction from 1.95.0 to 1.100.0 incodeql.ymlandverify-impl.yml, so CI CodeQL and the verify/test pipeline install Rust 1.100.0 instead of 1.95.0.No application or snapchain source changes—only the workflow action pins.
Reviewed by Cursor Bugbot for commit 7382fcb. Bugbot is set up for automated code reviews on this repo. Configure here.