mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 04:39:24 +00:00
replace lazy_static! with once_cell::sync::Lazy
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user