diff --git a/Cargo.lock b/Cargo.lock
index 40d693fac..1ba860dda 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -120,7 +120,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
- "unicode-width",
+ "unicode-width 0.1.14",
]
[[package]]
@@ -701,7 +701,7 @@ dependencies = [
"time 0.3.15",
"timer",
"tuikit",
- "unicode-width",
+ "unicode-width 0.2.0",
"vte",
]
@@ -835,7 +835,7 @@ dependencies = [
"log",
"nix 0.24.2",
"term",
- "unicode-width",
+ "unicode-width 0.1.14",
]
[[package]]
@@ -846,9 +846,15 @@ checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
[[package]]
name = "unicode-width"
-version = "0.1.10"
+version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
+checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
+
+[[package]]
+name = "unicode-width"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
[[package]]
name = "utf8parse"
diff --git a/Cargo.toml b/Cargo.toml
index be30e7be7..ced72e8e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ atty = { version = "0.2.14", optional = true }
regex = "1.6.0"
lazy_static = "1.4.0"
shlex = { version = "1.3.0", optional = true }
-unicode-width = "0.1.9"
+unicode-width = "0.2.0"
log = "0.4.22"
env_logger = { version = "0.9.0", optional = true }
time = "0.3.13"