build(deps): update rust crate unicode-width to 0.2.0 (#6257)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-03 17:26:00 +02:00 committed by GitHub
parent 7a08885657
commit 5370e255f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 9 deletions

10
Cargo.lock generated
View File

@ -425,7 +425,7 @@ dependencies = [
"clap_lex",
"strsim",
"unicase",
"unicode-width 0.2.0",
"unicode-width",
]
[[package]]
@ -2810,7 +2810,7 @@ dependencies = [
"toml 0.8.19",
"toml_edit",
"unicode-segmentation",
"unicode-width 0.1.13",
"unicode-width",
"urlencoding",
"versions",
"which",
@ -3211,12 +3211,6 @@ version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
[[package]]
name = "unicode-width"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
[[package]]
name = "unicode-width"
version = "0.2.0"

View File

@ -84,7 +84,7 @@ terminal_size = "0.4.0"
toml = { version = "0.8.19", features = ["preserve_order"] }
toml_edit = "0.22.22"
unicode-segmentation = "1.12.0"
unicode-width = "0.1.13"
unicode-width = "0.2.0"
urlencoding = "2.1.3"
versions = "6.3.2"
which = "6.0.3"