Replace lazy_static crate with "new" std::sync::LazyLock

This commit is contained in:
Slatian
2024-08-06 18:35:00 +02:00
parent da391003e4
commit 52d2834e98
3 changed files with 3 additions and 8 deletions

1
Cargo.lock generated
View File

@ -494,7 +494,6 @@ dependencies = [
"hickory-resolver",
"http 1.1.0",
"idna 0.5.0",
"lazy_static",
"lib-humus",
"maxminddb",
"mime",