Merge pull request #3333 from 0nkery/lazy-lock

replace lazy_static macro with std::sync::LazyLock
This commit is contained in:
Mark Thom
2026-05-23 09:51:22 -06:00
committed by GitHub
4 changed files with 4 additions and 11 deletions

View File

@@ -61,7 +61,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"