remove unused lazy_static dependency

This commit is contained in:
2022-08-23 23:29:47 -07:00
parent a51c3a1d14
commit 4525bbde56
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -325,7 +325,6 @@ dependencies = [
"image", "image",
"imageproc", "imageproc",
"indexmap", "indexmap",
"lazy_static",
"log", "log",
"more-asserts", "more-asserts",
"ndarray", "ndarray",

View File

@@ -23,7 +23,6 @@ futures = "0.3" # MIT or Apache 2.0
image = "0.24" # MIT image = "0.24" # MIT
imageproc = "0.23" # MIT imageproc = "0.23" # MIT
indexmap = "1.9" # MIT or Apache 2.0 indexmap = "1.9" # MIT or Apache 2.0
lazy_static = "1.4" # MIT or Apache 2.0
log = "0.4" # MIT or Apache 2.0 log = "0.4" # MIT or Apache 2.0
more-asserts = "0.3" # CC0-1.0 more-asserts = "0.3" # CC0-1.0
ndarray = { version = "0.15", features = ["rayon", "serde"] } # MIT or Apache 2.0 ndarray = { version = "0.15", features = ["rayon", "serde"] } # MIT or Apache 2.0