fix: pin unicode-width crate to 0.1.13 (#1170)

semver breaking change in 0.1.13
<https://github.com/unicode-rs/unicode-width/issues/55>

<!-- Please read CONTRIBUTING.md before submitting any pull request. -->
This commit is contained in:
Josh McKinney 2024-06-05 17:26:45 -07:00 committed by GitHub
parent 7b45f74b71
commit 7f3efb02e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ termwiz = { version = "0.22.0", optional = true }
time = { version = "0.3.11", optional = true, features = ["local-offset"] }
unicode-segmentation = "1.10"
unicode-truncate = "1"
unicode-width = "0.1"
unicode-width = "=0.1.12" # incompatible changes in 0.1.13 https://github.com/unicode-rs/unicode-width/issues/55
[dev-dependencies]
anyhow = "1.0.71"