From 1b81d496a173a37fd99450175ff9cd678dea0568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 06:07:14 +0000 Subject: [PATCH 1/2] Bump crate-ci/typos from 1.42.2 to 1.43.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.42.2 to 1.43.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.42.2...v1.43.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.43.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ValidatePullRequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ValidatePullRequest.yml b/.github/workflows/ValidatePullRequest.yml index c80dfb176..078a2049b 100644 --- a/.github/workflows/ValidatePullRequest.yml +++ b/.github/workflows/ValidatePullRequest.yml @@ -133,7 +133,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Spell Check Repo - uses: crate-ci/typos@v1.42.2 + uses: crate-ci/typos@v1.43.0 license-headers: name: check license headers From 0c21f9ae7d4ea6b9460f28857ac8328508002a54 Mon Sep 17 00:00:00 2001 From: Simon Davies Date: Tue, 3 Feb 2026 15:11:04 +0000 Subject: [PATCH 2/2] update typos.toml Signed-off-by: Simon Davies --- typos.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typos.toml b/typos.toml index 07ffa9dee..62149dd4b 100644 --- a/typos.toml +++ b/typos.toml @@ -9,3 +9,5 @@ extend-exclude = ["**/*.patch", "src/hyperlight_guest_bin/third_party/**/*", "NO typ="typ" mmaped="mmapped" fpr="fpr" +# consts is a module name in stdlib +consts="consts"