summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorahoetker <ahoetker@me.com>2019-09-20 14:44:56 -0700
committernachoparker <nacho@ownyourbits.com>2019-09-23 01:15:42 +0000
commitefb865eb74d69a9cab8b54f8d6d542f8753bcb3b (patch)
tree847efad3ecc30761b11679a541fe4a1db3e15acc /Cargo.toml
parent970323dcf7f851351bbaf42ffca163d3e87e0ce1 (diff)
Update dependency: getopts = 0.2.21
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0b95f55..3435cbf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ homepage = "https://ownyourbits.com/2018/03/25/analize-disk-usage-with-dutree/"
exclude = ["test/*"]
[dependencies]
-getopts = "0.2"
+getopts = "0.2.21"
terminal_size = "0.1.7"
regex = "0.2"
unicode-width = "0.1.1"