chore(deps): update dtolnay/rust-toolchain requirement to 2fe4ca74464c5902a4f6e302d0a619b4ea911ccc - #99
Conversation
92850d3 to
ae2702b
Compare
…c5902a4f6e302d0a619b4ea911ccc Updates the requirements on [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) to permit the latest version. - [Release notes](https://github.com/dtolnay/rust-toolchain/releases) - [Commits](https://github.com/dtolnay/rust-toolchain/commits/2fe4ca74464c5902a4f6e302d0a619b4ea911ccc) --- updated-dependencies: - dependency-name: dtolnay/rust-toolchain dependency-version: 2fe4ca74464c5902a4f6e302d0a619b4ea911ccc dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
ae2702b to
4fa98db
Compare
…hain-2fe4ca74464c5902a4f6e302d0a619b4ea911ccc
…hain-2fe4ca74464c5902a4f6e302d0a619b4ea911ccc
|
Closing: the new SHA 2fe4ca74 is the head of dtolnay/rust-toolchain's |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
The action encodes the toolchain in the pinned ref, so any automated ref update can silently change which toolchain a workflow installs — PR #99 would have swapped the fuzz workflow's nightly pin for the 1.96.1 branch head. The previous semver-major-only ignore didn't catch that because branch-tracking ref updates aren't semver. Toolchain pins stay a deliberate, manual bump.
Updates the requirements on dtolnay/rust-toolchain to permit the latest version.
Commits