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

This commit is contained in:
Christian Visintin
2026-04-19 01:54:46 +05:30
parent 60e86aff2a
commit d32c588f15
4 changed files with 11 additions and 24 deletions
-1
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"