From 78ffd9f0810d21f301ab26907b7c76c5c5717e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 16:58:48 +0000 Subject: [PATCH 1/2] build(deps): Bump crate-ci/typos from 1.49.0 to 1.50.1 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.49.0 to 1.50.1. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/typos/compare/8a48f81b6c64dcfea44b3633223084c4be58ac5f...d43b6c087ac471e2ea7b8af622ff15f05c0c365b) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.50.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5709637..1e81de4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: run: cargo update --workspace --locked - name: Spell Check - uses: crate-ci/typos@8a48f81b6c64dcfea44b3633223084c4be58ac5f # v1.49.0 + uses: crate-ci/typos@d43b6c087ac471e2ea7b8af622ff15f05c0c365b # v1.50.1 with: files: . .github/pull_request_template.md From 05e9fd9a780722e6778354958747a051e2bc9fe8 Mon Sep 17 00:00:00 2001 From: jatmn Date: Sat, 5 Sep 2026 11:23:45 -0700 Subject: [PATCH 2/2] build(deps): sync crate-ci/typos pin in release-tooling.json Keep actions.typos aligned with the CI Spell Check SHA so validate-workflows.mjs accepts the v1.50.1 bump. Validated with bash scripts/ci-preflight.sh. --- tools/release-tooling.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release-tooling.json b/tools/release-tooling.json index fa20958..c34df59 100644 --- a/tools/release-tooling.json +++ b/tools/release-tooling.json @@ -28,7 +28,7 @@ "rustCache": "6323deb102c322ba6fcbdcafc7e3dddab59af2b6", "installAction": "e67fa11c4b9316fa714ddf0abed07a0c3143b95b", "auditCheck": "69366f33c96575abad1ee0dba8212993eecbe998", - "typos": "8a48f81b6c64dcfea44b3633223084c4be58ac5f", + "typos": "d43b6c087ac471e2ea7b8af622ff15f05c0c365b", "setupNasm": "72793074d3c8cdda771dba85f6deafe00623038b" } }