1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Remove once_cell dependency & use LazyLock

This commit is contained in:
Daniel Hofstetter 2025-03-05 11:02:56 +01:00
parent 0f9b36b0d4
commit e177f7a6b0
9 changed files with 15 additions and 27 deletions

3
Cargo.lock generated
View file

@ -474,7 +474,6 @@ dependencies = [
"libc",
"nix",
"num-prime",
"once_cell",
"phf",
"phf_codegen",
"pretty_assertions",
@ -2899,7 +2898,6 @@ dependencies = [
"hostname",
"lscolors",
"number_prefix",
"once_cell",
"selinux",
"terminal_size",
"uucore",
@ -3509,7 +3507,6 @@ dependencies = [
"memchr",
"nix",
"number_prefix",
"once_cell",
"os_display",
"regex",
"sha1",