chore: use std::syncLazyLock

Also migrates workspace members to Rust 2024.
This commit is contained in:
Vukašin Vojinović 2025-09-03 20:22:06 +02:00 committed by Michael Murphy
parent b72b15d719
commit ea349aca82
15 changed files with 64 additions and 71 deletions

View file

@ -114,7 +114,6 @@ image = { version = "0.25.8", default-features = false, features = [
"jpeg",
"png",
] }
lazy_static = "1.5.0"
libc = { version = "0.2.175", optional = true }
license = { version = "3.7.0", optional = true }
mime = { version = "0.3.17", optional = true }