summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorThomas Otto <th1000s@posteo.net>2024-09-10 19:32:33 +0200
committerDan Davison <dandavison7@gmail.com>2024-09-11 08:24:33 -0400
commit3f092c7e74daddb1bb26a527e6f12c27ab88eda1 (patch)
tree85eef1ed34c600384874c1c706081e55af737339 /Cargo.lock
parent3ccdd2d21ffbfa8f19ed979b9236f028ac2c8b5f (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
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2f8ca37..3eea15f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"