summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authornacho <nacho.nunez@aoifes.com>2018-04-17 11:52:52 +0200
committernacho <nacho.nunez@aoifes.com>2018-04-17 11:54:02 +0200
commitb65c3c0b5132aae93d3807d9b1be13356511fa65 (patch)
treef71d70b1b218b6db4c61b067755240b520e5ee7d /Cargo.toml
parent5b5d4f5db9f622a84f5b221038af3b608f414588 (diff)
use latest version of dict (with hashing)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b48b7ae..69c2b01 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dutree"
-version = "0.2.3"
+version = "0.2.4"
authors = ["nacho <nacho@ownyourbits.com>"]
description = "Command line tool to analyze disk usage"
repository = "https://github.com/nachoparker/dutree"
@@ -10,7 +10,7 @@ homepage = "https://ownyourbits.com/2018/03/25/analize-disk-usage-with-dutree/"
exclude = ["test/*"]
[dependencies]
-dict = "0.1.1"
+dict = "0.1.4"
getopts = "0.2"
terminal_size = "0.1.7"
regex = "0.2"