1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Bump unicode-width from 0.1.12 to 0.2.0

This commit is contained in:
Daniel Hofstetter 2024-12-02 15:03:28 +01:00
parent 235ea26fbb
commit 46d5d638fe
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated
View file

@ -2743,7 +2743,7 @@ version = "0.0.28"
dependencies = [
"clap",
"tempfile",
"unicode-width 0.1.13",
"unicode-width 0.2.0",
"uucore",
]
@ -2806,7 +2806,7 @@ name = "uu_expand"
version = "0.0.28"
dependencies = [
"clap",
"unicode-width 0.1.13",
"unicode-width 0.2.0",
"uucore",
]
@ -2848,7 +2848,7 @@ name = "uu_fmt"
version = "0.0.28"
dependencies = [
"clap",
"unicode-width 0.1.13",
"unicode-width 0.2.0",
"uucore",
]
@ -3033,7 +3033,7 @@ dependencies = [
"crossterm",
"nix",
"unicode-segmentation",
"unicode-width 0.1.13",
"unicode-width 0.2.0",
"uucore",
]
@ -3276,7 +3276,7 @@ dependencies = [
"rayon",
"self_cell",
"tempfile",
"unicode-width 0.1.13",
"unicode-width 0.2.0",
"uucore",
]
@ -3468,7 +3468,7 @@ name = "uu_unexpand"
version = "0.0.28"
dependencies = [
"clap",
"unicode-width 0.1.13",
"unicode-width 0.2.0",
"uucore",
]
@ -3526,7 +3526,7 @@ dependencies = [
"libc",
"nix",
"thiserror 2.0.6",
"unicode-width 0.1.13",
"unicode-width 0.2.0",
"uucore",
]