summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-12-09 18:58:54 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-12-09 18:58:54 +0100
commit3241022a730dab89f13cbefbefdb583fd6a00994 (patch)
treed4bad2e3d42e4b6725ecb7e18c9d58909015d012 /Cargo.lock
parent7b7bad5564d0e87eea4b4bd2d32066063a13b554 (diff)
feat: Add total size to header bar and change to aggregate, human-readable item count.
This changes the display from `(2034 items)` to `(2k items, 213 MB)`, providing an overview of the total amount of storage used along with the total amount of files on a particular hiearchy level.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e095d87..bea4dd7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -281,6 +281,7 @@ dependencies = [
"itertools",
"jwalk",
"num_cpus",
+ "once_cell",
"open",
"owo-colors",
"petgraph",
@@ -513,9 +514,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.18.0"
+version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
+checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "open"