Skip to content

Commit a893ed3

Browse files
committed
Update unicode-width to 0.2.0
Upstream breaking change: `\n` is now treated as width 1.
1 parent 9aaa876 commit a893ed3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ parking_lot = "0.12.3"
4040
pico-args = "0.5.0"
4141
thiserror = "1.0.61"
4242
unicode-segmentation = "1.10.1"
43-
unicode-width = "0.1.12"
43+
unicode-width = "0.2.0"
4444
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] }
4545
version-track = "1.0.0"
4646
xi-unicode = "0.3.0"

0 commit comments

Comments
 (0)