Update Rust crate unicode-width to 0.1.12

This commit is contained in:
renovate[bot]
2024-04-30 05:30:32 +00:00
committed by GitHub
parent ce8457cbdb
commit bf9147733d
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -409,9 +409,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[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 = "wait-timeout"
+1 -1
View File
@@ -19,7 +19,7 @@ chrono = "0.4.38"
diff = "0.1.13"
regex = "1.10.4"
same-file = "1.0.6"
unicode-width = "0.1.11"
unicode-width = "0.1.12"
[dev-dependencies]
pretty_assertions = "1"