summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-09-28 22:13:46 -0600
committernachoparker <nacho@ownyourbits.com>2019-09-28 22:14:17 -0600
commit6352bc66ae9b34c34dbbfc0c414342771b594061 (patch)
tree52fc9457fe908f05b69c0347d4c9fd0aa2e0ad1d /Cargo.toml
parent8831ec465f9bb8eff7abe2788813c7379ab98625 (diff)
handle SIGPIPEv0.2.12
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dbeb597..e44bd42 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dutree"
-version = "0.2.11"
+version = "0.2.12"
authors = ["nacho <nacho@ownyourbits.com>"]
description = "Command line tool to analyze disk usage"
repository = "https://github.com/nachoparker/dutree"
@@ -11,7 +11,8 @@ exclude = ["test/*"]
[dependencies]
getopts = "0.2.21"
-terminal_size = "0.1.7"
regex = "1"
+signal-hook = "0.1.10"
+terminal_size = "0.1.8"
unicode-width = "0.1.1"
unicode-segmentation = "1.2.0"