diff options
| author | Thomas Otto <th1000s@posteo.net> | 2024-09-10 19:32:33 +0200 |
|---|---|---|
| committer | Dan Davison <dandavison7@gmail.com> | 2024-09-11 08:24:33 -0400 |
| commit | 3f092c7e74daddb1bb26a527e6f12c27ab88eda1 (patch) | |
| tree | 85eef1ed34c600384874c1c706081e55af737339 | |
| parent | 3ccdd2d21ffbfa8f19ed979b9236f028ac2c8b5f (diff) | |
Upgrade and pin unicode-width to v0.1.12
v0.1.13 calculates the width of some characters differently, which
causes delta to panic
See unicode-rs/unicode-width#55 and unicode-rs/unicode-width#66
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1559,9 +1559,9 @@ checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" [[package]] name = "unicode-width" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" +checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" [[package]] name = "unsafe-libyaml" @@ -55,7 +55,7 @@ syntect = "5.0.0" sysinfo = { version = "0.29.0", default-features = false, features = [] } terminal-colorsaurus = "0.4.1" unicode-segmentation = "1.10.1" -unicode-width = "0.1.10" +unicode-width = "=0.1.12" xdg = "2.4.1" [lints.rust] |
