From 8c3c5ee5e3f5f1ff52b22fbe37d08bad1ba768d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:16:25 +0100 Subject: [PATCH] Update Rust crate unicode-width to 0.2.0 (#13473) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27a0d37bf6..9f641455da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2676,7 +2676,7 @@ dependencies = [ "serde", "static_assertions", "tracing", - "unicode-width 0.1.13", + "unicode-width 0.2.0", ] [[package]] @@ -2762,7 +2762,7 @@ dependencies = [ "toml", "typed-arena", "unicode-normalization", - "unicode-width 0.1.13", + "unicode-width 0.2.0", "unicode_names2", "url", ] diff --git a/Cargo.toml b/Cargo.toml index c174255204..9422c01f5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -151,7 +151,7 @@ tracing-tree = { version = "0.4.0" } typed-arena = { version = "2.0.2" } unic-ucd-category = { version = "0.9" } unicode-ident = { version = "1.0.12" } -unicode-width = { version = "0.1.11" } +unicode-width = { version = "0.2.0" } unicode_names2 = { version = "1.2.2" } unicode-normalization = { version = "0.1.23" } ureq = { version = "2.9.6" }