refactor: replace once_cell::sync::Lazy with std::sync::LazyLock

This commit is contained in:
link2xt
2025-04-03 13:32:02 +00:00
committed by l
parent cfaa8ceba2
commit e5b79bf405
20 changed files with 136 additions and 139 deletions

3
Cargo.lock generated
View File

@@ -1312,7 +1312,6 @@ dependencies = [
"num-derive",
"num-traits",
"num_cpus",
"once_cell",
"parking_lot",
"percent-encoding",
"pgp",
@@ -1362,7 +1361,6 @@ version = "0.0.0"
dependencies = [
"anyhow",
"chrono",
"once_cell",
"regex",
"rusqlite",
]
@@ -1455,7 +1453,6 @@ dependencies = [
"human-panic",
"libc",
"num-traits",
"once_cell",
"rand 0.8.5",
"serde_json",
"thiserror 2.0.12",