remove unused lazy_static
dependency
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -325,7 +325,6 @@ dependencies = [
|
||||
"image",
|
||||
"imageproc",
|
||||
"indexmap",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"more-asserts",
|
||||
"ndarray",
|
||||
|
@@ -23,7 +23,6 @@ futures = "0.3" # MIT or Apache 2.0
|
||||
image = "0.24" # MIT
|
||||
imageproc = "0.23" # MIT
|
||||
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
|
||||
more-asserts = "0.3" # CC0-1.0
|
||||
ndarray = { version = "0.15", features = ["rayon", "serde"] } # MIT or Apache 2.0
|
||||
|
Reference in New Issue
Block a user