Use std LazyLock instead of once_cell crate

This commit is contained in:
Ian Douglas Scott 2025-01-16 10:21:35 -08:00
parent b259655839
commit a428659ade
4 changed files with 7 additions and 9 deletions

1
Cargo.lock generated
View file

@ -1274,7 +1274,6 @@ dependencies = [
"libcosmic",
"log",
"memmap2 0.9.5",
"once_cell",
"rust-embed",
"rustix 0.38.43",
"tokio",