From bd2be874c17ee88924e35ac56d32ca26cdc257ea Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 24 Aug 2019 15:57:44 +0200 Subject: [PATCH] Remove unused unicode-width dependency --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8039db9c0..e672a1582a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1851,7 +1851,6 @@ dependencies = [ "term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", - "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index dc8110db15..1b714461c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,6 @@ heim = "0.0.6" which = "2.0.1" battery = "0.7.4" textwrap = {version = "0.11.0", features = ["term_size"]} -unicode-width = "0.1.6" rawkey = {version = "0.1.2", optional = true } clipboard = {version = "0.5", optional = true }