summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-03-27 21:26:23 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-03-27 21:26:23 +0800
commit768cbce3963be7d6ece448d56289223810d678ac (patch)
treef56cb2355ad058c7a228b70505ffd1eb440698c7 /Cargo.lock
parent2bbbb0b42371e0701af3b927fee129cd8be5a852 (diff)
Truly don't follow symlinks unless they are the only top-level path.v2.3.9
This is a brute-force hack which won't show them at all, there certainly is better ways if we would know if we expanded paths ourselves or not.
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 2596859..0ce69b2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -182,7 +182,7 @@ checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dua-cli"
-version = "2.3.8"
+version = "2.3.9"
dependencies = [
"atty",
"byte-unit",