Update Rust crate unicode-width to v0.2.2 (#16571)

This commit is contained in:
renovate[bot] 2025-11-03 10:44:58 -05:00 committed by GitHub
parent 86e7b2e97a
commit e6a06f0c5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

16
Cargo.lock generated
View File

@ -870,7 +870,7 @@ dependencies = [
"encode_unicode", "encode_unicode",
"libc", "libc",
"once_cell", "once_cell",
"unicode-width 0.2.1", "unicode-width 0.2.2",
"windows-sys 0.61.0", "windows-sys 0.61.0",
] ]
@ -2057,7 +2057,7 @@ checksum = "ade6dfcba0dfb62ad59e59e7241ec8912af34fd29e0e743e3db992bd278e8b65"
dependencies = [ dependencies = [
"console 0.16.1", "console 0.16.1",
"portable-atomic", "portable-atomic",
"unicode-width 0.2.1", "unicode-width 0.2.2",
"unit-prefix", "unit-prefix",
"web-time", "web-time",
] ]
@ -4523,7 +4523,7 @@ checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
dependencies = [ dependencies = [
"smawk", "smawk",
"unicode-linebreak", "unicode-linebreak",
"unicode-width 0.2.1", "unicode-width 0.2.2",
] ]
[[package]] [[package]]
@ -5088,9 +5088,9 @@ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
[[package]] [[package]]
name = "unicode-width" name = "unicode-width"
version = "0.2.1" version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
[[package]] [[package]]
name = "unit-prefix" name = "unit-prefix"
@ -5247,7 +5247,7 @@ dependencies = [
"tracing-durations-export", "tracing-durations-export",
"tracing-subscriber", "tracing-subscriber",
"tracing-tree", "tracing-tree",
"unicode-width 0.2.1", "unicode-width 0.2.2",
"url", "url",
"uuid", "uuid",
"uv-auth", "uv-auth",
@ -6150,7 +6150,7 @@ dependencies = [
"rkyv", "rkyv",
"serde", "serde",
"tracing", "tracing",
"unicode-width 0.2.1", "unicode-width 0.2.2",
"unscanny", "unscanny",
"uv-cache-key", "uv-cache-key",
"version-ranges", "version-ranges",
@ -6175,7 +6175,7 @@ dependencies = [
"thiserror 2.0.17", "thiserror 2.0.17",
"tracing", "tracing",
"tracing-test", "tracing-test",
"unicode-width 0.2.1", "unicode-width 0.2.2",
"url", "url",
"uv-cache-key", "uv-cache-key",
"uv-fs", "uv-fs",