refactor: replace lazy_static with std::sync::LazyLock

This commit is contained in:
Christian Visintin
2026-02-27 22:37:50 +01:00
parent dc767236f5
commit ba034e6518
4 changed files with 11 additions and 24 deletions

1
Cargo.lock generated
View File

@@ -4640,7 +4640,6 @@ dependencies = [
"hostname",
"keyring",
"lazy-regex",
"lazy_static",
"log",
"magic-crypt",
"notify",