diff --git a/Cargo.lock b/Cargo.lock index ea6c8f5..d3bc293 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,7 +325,6 @@ dependencies = [ "image", "imageproc", "indexmap", - "lazy_static", "log", "more-asserts", "ndarray", diff --git a/crates/coremem/Cargo.toml b/crates/coremem/Cargo.toml index 3191f53..91a019d 100644 --- a/crates/coremem/Cargo.toml +++ b/crates/coremem/Cargo.toml @@ -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