use LazyLock instead of lazy_static
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -310,12 +310,6 @@ dependencies = [
|
||||
"wasm-bindgen",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lazy_static"
|
||||
version = "1.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.170"
|
||||
@@ -441,7 +435,6 @@ dependencies = [
|
||||
"criterion",
|
||||
"either",
|
||||
"indicatif",
|
||||
"lazy_static",
|
||||
"nohash-hasher",
|
||||
"num",
|
||||
"rand",
|
||||
|
||||
Reference in New Issue
Block a user