1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Merge pull request #4684 from uutils/renovate/unicode-segmentation-1.x

chore(deps): update rust crate unicode-segmentation to 1.10.1
This commit is contained in:
Daniel Hofstetter 2023-03-30 07:54:12 +02:00 committed by GitHub
commit 9acfb60b8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -322,7 +322,7 @@ terminal_size = "0.2.5"
textwrap = { version="0.16.0", features=["terminal_size"] }
thiserror = "1.0"
time = { version="0.3" }
unicode-segmentation = "1.9.0"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"
utf-8 = "0.7.6"
walkdir = "2.2"