use LazyLock instead of lazy_static

This commit is contained in:
2025-02-28 18:10:39 -05:00
parent 1b195b0f91
commit fc02a9e512
4 changed files with 5 additions and 18 deletions

View File

@@ -30,7 +30,6 @@ bitvec = { version = "1", optional = true }
const_fn = "0.4"
either = "1.13"
indicatif = "0.17"
lazy_static = "1.5"
nohash-hasher = "0.2"
num = "0.4"
rand = "0.9"