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

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

View File

@@ -48,7 +48,6 @@ keyring = { version = "^3", features = [
"vendored",
] }
lazy-regex = "^3"
lazy_static = "^1"
log = "^0.4"
magic-crypt = "4"
notify = "8"