Update Rust crate unicode-width to 0.2.0

This commit is contained in:
renovate[bot]
2024-09-20 05:14:22 +00:00
committed by GitHub
parent 6f3834d69d
commit 7574243de1
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -411,9 +411,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "unicode-width"
version = "0.1.14"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
[[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.12"
unicode-width = "0.2.0"
[dev-dependencies]
pretty_assertions = "1.4.0"