From a6a2b66e0f68d2bb8c1f43f346279ceac19ca6e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 03:12:10 +0000 Subject: [PATCH] chore(deps): update rust crate unicode-width to 0.2.0 --- Cargo.lock | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb62034320c..06c2c5a0453 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -48,7 +48,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24e35ed54e5ea7997c14ed4c70ba043478db1112e98263b3b035907aa197d991" dependencies = [ "anstyle", - "unicode-width", + "unicode-width 0.1.13", ] [[package]] @@ -109,7 +109,7 @@ dependencies = [ "anstyle", "anstyle-lossy", "html-escape", - "unicode-width", + "unicode-width 0.1.13", ] [[package]] @@ -337,7 +337,7 @@ dependencies = [ "tracing-chrome", "tracing-subscriber", "unicase", - "unicode-width", + "unicode-width 0.2.0", "url", "walkdir", "windows-sys 0.59.0", @@ -3661,6 +3661,12 @@ version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +[[package]] +name = "unicode-width" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" + [[package]] name = "unicode-xid" version = "0.2.4" diff --git a/Cargo.toml b/Cargo.toml index a56f391867e..9682e216dc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ tracing = { version = "0.1.40", default-features = false, features = ["std"] } # tracing-chrome = "0.7.2" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } unicase = "2.7.0" -unicode-width = "0.1.13" +unicode-width = "0.2.0" unicode-xid = "0.2.4" url = "2.5.2" varisat = "0.2.2"