diff --git a/Cargo.lock b/Cargo.lock index bc42a8138e..0fce0fce96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7490,8 +7490,6 @@ name = "nym-lp-data" version = "1.20.4" dependencies = [ "anyhow", - "nym-client-core", - "nym-common", "nym-lp", "tracing", ] @@ -7524,7 +7522,6 @@ dependencies = [ "strum 0.28.0", "tokio", "tracing", - "tracing-subscriber", "uuid", ] diff --git a/common/nym-lp-data/Cargo.toml b/common/nym-lp-data/Cargo.toml index a5882e4ef9..3aae32f933 100644 --- a/common/nym-lp-data/Cargo.toml +++ b/common/nym-lp-data/Cargo.toml @@ -21,9 +21,7 @@ thiserror.workspace = true [dev-dependencies] -nym-client-core.workspace = true nym-lp.workspace = true -nym-common.workspace = true [lints] diff --git a/nym-mix-sim/Cargo.toml b/nym-mix-sim/Cargo.toml index 15e75f6003..0a0b3d7a36 100644 --- a/nym-mix-sim/Cargo.toml +++ b/nym-mix-sim/Cargo.toml @@ -31,7 +31,6 @@ tokio = { workspace = true, features = [ serde = { workspace = true, features = ["derive"] } serde_json.workspace = true tracing.workspace = true -tracing-subscriber = { workspace = true, features = ["env-filter"] } strum = { workspace = true, features = ["derive"] } uuid = { workspace = true, features = ["v4", "serde"] }