From bc00184a2367b7d354946b042483a30d92e012e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:38:23 +0000 Subject: [PATCH] chore(deps): Update Rust crate unicode-width to 0.2.0 --- Cargo.lock | 4 ++-- crates/typos-cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e12cbb29d..9b2508119 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1465,9 +1465,9 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-width" -version = "0.1.13" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" [[package]] name = "unicode-xid" diff --git a/crates/typos-cli/Cargo.toml b/crates/typos-cli/Cargo.toml index e0c619a50..c60cdca8d 100644 --- a/crates/typos-cli/Cargo.toml +++ b/crates/typos-cli/Cargo.toml @@ -67,7 +67,7 @@ serde_json = "1.0" kstring = { version = "2.0.0", features = ["serde"] } typed-arena = "2.0.2" maplit = "1.0" -unicode-width = "0.1.12" +unicode-width = "0.2.0" unic-emoji-char = "0.9.0" thread_local = "1.1.8" globset = "0.4.14"