diff --git a/Cargo.lock b/Cargo.lock index cdd549bc..f40f06ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,6 @@ dependencies = [ "git2", "itertools 0.9.0", "tui", - "unicode-width", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3cbf571b..6c1e92ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,4 @@ edition = "2018" git2 = "0.10" crossterm = "0.15" itertools = "0.9" -unicode-width = "0.1" tui = { version = "0.8", default-features = false, features = ['crossterm'] } \ No newline at end of file