summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTom Heimbrodt <heimbrodt@posteo.de>2019-10-16 21:55:07 +0200
committernachoparker <nacho@ownyourbits.com>2019-10-21 23:40:10 -0600
commit72344f2780a37c947495ceb400a3ab59d4da8117 (patch)
treefb5e930885ffbe85e0b1868b9d2ec9be2f748386 /Cargo.lock
parent6352bc66ae9b34c34dbbfc0c414342771b594061 (diff)
Increase integer size to store 1024^4. Fixes #13v0.2.13
Signed-off-by: nachoparker <nacho@ownyourbits.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fb44339..1f989d6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -15,7 +15,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "dutree"
-version = "0.2.12"
+version = "0.2.13"
dependencies = [
"getopts 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",