Input: lazy_static -> once_cell::sync::Lazy (#136)

This commit is contained in:
Gnome!
2022-07-25 14:20:58 +01:00
committed by Kyle Simpson
parent cb0a74f511
commit 0beb0f0d76
3 changed files with 19 additions and 28 deletions

View File

@@ -59,10 +59,6 @@ version = "0.10"
[dependencies.futures]
version = "0.3"
[dependencies.lazy_static]
optional = true
version = "1"
[dependencies.parking_lot]
optional = true
version = "0.12"
@@ -194,7 +190,7 @@ driver = [
"discortp",
"reqwest",
"flume",
"lazy_static",
"once_cell",
"parking_lot",
"rand",
"ringbuf",