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

Merge pull request #7405 from cakebaker/remove_once_cell

Remove `once_cell` dependency and use `LazyLock`
This commit is contained in:
Sylvestre Ledru 2025-03-05 11:34:40 +01:00 committed by GitHub
commit 15864bcac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",
@ -3508,7 +3506,6 @@ dependencies = [
"memchr",
"nix",
"number_prefix",
"once_cell",
"os_display",
"regex",
"sha1",