diff --git a/Cargo.lock b/Cargo.lock index cd4cfc0ac..35fdade41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -53,7 +53,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "219e3ce6f2611d83b51ec2098a12702112c29e57203a6b0a0929b2cddb486608" dependencies = [ - "unicode-width", + "unicode-width 0.1.14", ] [[package]] @@ -466,7 +466,7 @@ dependencies = [ "terminal_size", "timeago", "trycmd", - "unicode-width", + "unicode-width 0.2.0", "uutils_term_grid", "uzers", "windows-sys 0.59.0", @@ -1459,9 +1459,15 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" + +[[package]] +name = "unicode-width" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" [[package]] name = "unsafe-libyaml" diff --git a/Cargo.toml b/Cargo.toml index ba5a7f228..e4e21a55a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ plist = { version = "1.7.0", default-features = false } uutils_term_grid = "0.6.0" terminal_size = "0.3.0" timeago = { version = "0.4.2", default-features = false } -unicode-width = "0.1" +unicode-width = "0.2" zoneinfo_compiled = "0.5.1" ansi-width = "0.1.0" serde = { version = "1.0.193", features = ["derive"] }