From 88acc0d9b658af19e2902a4c8f0cc5ca4df4f8cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 01:39:32 +0000 Subject: [PATCH] chore(deps): bump typos-cli from 1.27.0 to 1.27.2 Bumps [typos-cli](https://github.com/crate-ci/typos) from 1.27.0 to 1.27.2. - [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.27.0...v1.27.2) --- updated-dependencies: - dependency-name: typos-cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 315bde2..c4cc296 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1435,9 +1435,9 @@ dependencies = [ [[package]] name = "typos-cli" -version = "1.27.0" +version = "1.27.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "957b64cb26febd3c9320d8aca439d0db8e8e61f37280f20bea34cca43f89b2dd" +checksum = "01f14847987f636ff7e47aeb59d203074a60dce26e32abf936639bdc02bdb46a" dependencies = [ "ahash", "anstream",