Skip to content

Commit 6e05095

Browse files
authored
Merge pull request #154 from cakebaker/remove_rand
Remove `rand` as direct dependency
2 parents 4b4ea2e + 8eb9b11 commit 6e05095

File tree

2 files changed

+4
-39
lines changed

2 files changed

+4
-39
lines changed

Cargo.lock

Lines changed: 4 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ clap_mangen = "0.2.20"
3838
libc = "0.2.154"
3939
phf = "0.11.2"
4040
phf_codegen = "0.11.2"
41-
rand = { version = "0.8.5", features = ["small_rng"] }
4241
regex = "1.10.4"
4342
tempfile = "3.10.1"
4443
textwrap = { version = "0.16.1", features = ["terminal_size"] }
@@ -68,7 +67,6 @@ setfacl = { optional = true, version = "0.0.1", package = "uu_setfacl", path = "
6867
ctor = "0.4.1"
6968
libc = { workspace = true }
7069
pretty_assertions = "1.4.0"
71-
rand = { workspace = true }
7270
regex = { workspace = true }
7371
tempfile = { workspace = true }
7472
uucore = { workspace = true, features = ["entries", "process", "signals"] }

0 commit comments

Comments
 (0)