replace lazy_static macro with std::sync::LazyLock

This commit is contained in:
Dmitry Shlagoff
2026-05-12 15:39:35 +02:00
parent 8dffd72db5
commit 095fa1227a
5 changed files with 5 additions and 12 deletions

View File

@@ -62,7 +62,6 @@ futures = "0.3"
fxhash = "0.2.1"
git-version = "0.3.9"
indexmap = "2.3.0"
lazy_static = "1.5.0"
lexical = "7.0.4"
libc = "0.2.155"
libloading = "0.8"