From 9d1299ee7e67064c15705c1e026bb64c961dba38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 14:36:49 +0000 Subject: [PATCH] chore(deps): bump crate-ci/typos from 1.46.3 to 1.47.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.46.3 to 1.47.0. - [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/7b04f660f4ee4f048d18fd341887cf28dfbedfe2...f8a58b6b53f2279f71eb605f03a4ae4d10608f45) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.47.0 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 3597a80..8c7653a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: run: cargo fmt -- --check - name: Check for typos - uses: crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 + uses: crate-ci/typos@f8a58b6b53f2279f71eb605f03a4ae4d10608f45 with: config: ./typos.toml