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

View File

@ -15,7 +15,6 @@ axum-client-ip = "0.6"
clap = { version = "4.5", features = ["derive"] }
governor = "0.6"
idna = "0.5"
lazy_static = "1.4.0"
parking_lot = "0.12"
regex = "1.10"
serde = { version = "1", features = ["derive","rc"] }