core: Remove lazy_static from dependencies

David Mak 2023-10-13 16:09:46 +08:00
parent a034844b1a
commit 557ef1ec79
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -673,7 +673,6 @@ dependencies = [
"inkwell",
"insta",
"itertools 0.11.0",
"lazy_static",
"nac3parser",
"parking_lot",
"rayon",

View File

@ -10,7 +10,6 @@ crossbeam = "0.8"
parking_lot = "0.12"
rayon = "1.5"
nac3parser = { path = "../nac3parser" }
lazy_static = "1.4"
[dependencies.inkwell]
version = "0.2"