mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
chore(deps): update rust crate unicode-width to 0.1.12
This commit is contained in:
parent
f95f363096
commit
ce377760ba
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2292,9 +2292,9 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-width"
|
name = "unicode-width"
|
||||||
version = "0.1.11"
|
version = "0.1.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "unicode-xid"
|
name = "unicode-xid"
|
||||||
|
|
|
@ -327,7 +327,7 @@ textwrap = { version = "0.16.1", features = ["terminal_size"] }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
time = { version = "0.3" }
|
time = { version = "0.3" }
|
||||||
unicode-segmentation = "1.11.0"
|
unicode-segmentation = "1.11.0"
|
||||||
unicode-width = "0.1.11"
|
unicode-width = "0.1.12"
|
||||||
utf-8 = "0.7.6"
|
utf-8 = "0.7.6"
|
||||||
walkdir = "2.5"
|
walkdir = "2.5"
|
||||||
winapi-util = "0.1.8"
|
winapi-util = "0.1.8"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue