mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2026-03-23 00:02:28 +01:00
Replace lazy_static with once_cell
`once_cell` is a simpler macroless alternative that will be added to the standard library.
This commit is contained in:
6
src-tauri/Cargo.lock
generated
6
src-tauri/Cargo.lock
generated
@@ -723,7 +723,7 @@ dependencies = [
|
||||
"http",
|
||||
"hudsucker",
|
||||
"is_elevated",
|
||||
"lazy_static",
|
||||
"once_cell",
|
||||
"open",
|
||||
"rcgen",
|
||||
"registry",
|
||||
@@ -2354,9 +2354,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.10.0"
|
||||
version = "1.13.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
||||
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
||||
|
||||
[[package]]
|
||||
name = "opaque-debug"
|
||||
|
||||
Reference in New Issue
Block a user