diff --git a/implants/Cargo.toml b/implants/Cargo.toml index f7b1c7c5e..05898b451 100644 --- a/implants/Cargo.toml +++ b/implants/Cargo.toml @@ -132,7 +132,6 @@ x25519-dalek = "2.0.1" lru = "0.16.0" crossterm = "0.27" futures = "0.3" -lazy_static = "1.4.0" [profile.release] diff --git a/implants/imixv2/Cargo.toml b/implants/imixv2/Cargo.toml index fea115a0e..eb75a0077 100644 --- a/implants/imixv2/Cargo.toml +++ b/implants/imixv2/Cargo.toml @@ -14,7 +14,6 @@ tokio = { workspace = true, features = ["rt-multi-thread", "macros", "sync", "ti anyhow = { workspace = true } log = { workspace = true } futures = { workspace = true } -lazy_static = { workspace = true } crossterm = { workspace = true } prost-types = { workspace = true } pretty_env_logger = { workspace = true } diff --git a/implants/lib/eldritchv2/eldritch-core/Cargo.toml b/implants/lib/eldritchv2/eldritch-core/Cargo.toml index 7810ab469..b73dc7697 100644 --- a/implants/lib/eldritchv2/eldritch-core/Cargo.toml +++ b/implants/lib/eldritchv2/eldritch-core/Cargo.toml @@ -12,7 +12,6 @@ no_std = [] std = [] [dependencies] -lazy_static = { version = "1.5.0", features = ["spin_no_std"] } spin = { version = "0.10.0", features = ["mutex", "spin_mutex", "rwlock"] } libm = "0.2.15"