Skip to content

Commit dc2d00c

Browse files
committed
du: port to use the safe io functions
1 parent d9825d6 commit dc2d00c

5 files changed

Lines changed: 888 additions & 26 deletions

File tree

src/uu/du/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@ path = "src/du.rs"
2121
# For the --exclude & --exclude-from options
2222
glob = { workspace = true }
2323
clap = { workspace = true }
24-
uucore = { workspace = true, features = ["format", "fsext", "parser", "time"] }
24+
uucore = { workspace = true, features = [
25+
"format",
26+
"fsext",
27+
"parser",
28+
"time",
29+
"safe-traversal",
30+
] }
2531
thiserror = { workspace = true }
2632
fluent = { workspace = true }
2733

0 commit comments

Comments
 (0)