replace lazy_static! with once_cell::sync::Lazy

This commit is contained in:
hinto.janai
2023-11-05 09:43:40 -05:00
committed by Luke Parker
parent de41be6e26
commit bd3272a9f2
6 changed files with 14 additions and 17 deletions

4
Cargo.lock generated
View File

@@ -8387,8 +8387,8 @@ dependencies = [
"flexible-transcript",
"hex",
"jsonrpsee",
"lazy_static",
"log",
"once_cell",
"rand_core",
"reqwest",
"schnorr-signatures",
@@ -8503,10 +8503,10 @@ dependencies = [
"futures",
"hex",
"k256",
"lazy_static",
"log",
"modular-frost",
"monero-serai",
"once_cell",
"parity-scale-codec",
"rand_chacha",
"rand_core",