From d3a55f91dcee99148b258473e3ceff0bb8488169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:19:54 +0000 Subject: [PATCH] build(deps): bump crate-ci/typos in the dependencies group Bumps the dependencies group with 1 update: [crate-ci/typos](https://github.com/crate-ci/typos). Updates `crate-ci/typos` from 1.45.1 to 1.46.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/v1.45.1...v1.46.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 743caff..7fab1e1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -98,7 +98,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v6 - - uses: crate-ci/typos@v1.45.1 + - uses: crate-ci/typos@v1.46.0 # Make sure the library builds with all dependencies downgraded to their # oldest versions allowed by the semver spec.