1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

chore(deps): update rust crate unicode-width to 0.1.12

This commit is contained in:
renovate[bot] 2024-04-27 00:55:22 +00:00 committed by GitHub
parent f95f363096
commit ce377760ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -327,7 +327,7 @@ textwrap = { version = "0.16.1", features = ["terminal_size"] }
thiserror = "1.0"
time = { version = "0.3" }
unicode-segmentation = "1.11.0"
unicode-width = "0.1.11"
unicode-width = "0.1.12"
utf-8 = "0.7.6"
walkdir = "2.5"
winapi-util = "0.1.8"