Skip to content

chore(deps): bump dtolnay/rust-toolchain from 1.95.0 to 1.100.0 in the actions group across 1 directory - #887

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-15ce6a1b36
Open

chore(deps): bump dtolnay/rust-toolchain from 1.95.0 to 1.100.0 in the actions group across 1 directory#887
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-15ce6a1b36

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 1 update in the / directory: dtolnay/rust-toolchain.

Updates dtolnay/rust-toolchain from 1.95.0 to 1.100.0

Commits


Note

Low Risk
CI-only dependency pin for the Rust toolchain installer; no runtime or application code changes.

Overview
Bumps the dtolnay/rust-toolchain action from 1.95.0 to 1.100.0 in codeql.yml and verify-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.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 6, 2026
@vercel

vercel Bot commented May 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
snapchain-docs Ready Ready Preview, Comment Jul 29, 2026 9:15am

Request Review

@dependabot dependabot Bot changed the title chore(deps): bump dtolnay/rust-toolchain from 1.95.0 to 1.100.0 in the actions group chore(deps): bump dtolnay/rust-toolchain from 1.95.0 to 1.100.0 in the actions group across 1 directory May 13, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-15ce6a1b36 branch from 7a21d6f to 1dc59b1 Compare May 13, 2026 09:36
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-15ce6a1b36 branch from 1dc59b1 to 95451c1 Compare May 27, 2026 11:26
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-15ce6a1b36 branch from 95451c1 to 6f4697e Compare June 4, 2026 01:38
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-15ce6a1b36 branch from 6f4697e to cc66cbc Compare June 10, 2026 09:15
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-15ce6a1b36 branch from cc66cbc to 4075e49 Compare June 17, 2026 09:15
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-15ce6a1b36 branch from 4075e49 to ac8dc46 Compare June 24, 2026 09:14
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-15ce6a1b36 branch from ac8dc46 to 166198f Compare July 1, 2026 09:21
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-15ce6a1b36 branch from 166198f to fa295bf Compare July 8, 2026 09:14
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-15ce6a1b36 branch from fa295bf to a60240c Compare July 15, 2026 09:14
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-15ce6a1b36 branch from a60240c to 723c08a Compare July 22, 2026 09:15

- name: Install Rust 1.95.0
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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)
Fix in Cursor Fix in Web

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>
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions-15ce6a1b36 branch from 723c08a to 7382fcb Compare July 29, 2026 09:14

@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 default effort and found 1 potential issue.

There are 2 total unresolved issues (including 1 from previous review).

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 7382fcb. Configure here.


- name: Install Rust 1.95.0
uses: dtolnay/rust-toolchain@1.95.0
uses: dtolnay/rust-toolchain@1.100.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7382fcb. 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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants