diff --git a/Cargo.lock b/Cargo.lock index 81ac0b9ca63..16887e63e9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11098,7 +11098,6 @@ dependencies = [ "starknet_consensus", "starknet_infra_utils", "starknet_state_sync_types", - "test-case", "thiserror 1.0.69", "tokio", "tokio-util", diff --git a/crates/starknet_consensus_orchestrator/Cargo.toml b/crates/starknet_consensus_orchestrator/Cargo.toml index f71c7f47ea9..ecc1fb01d77 100644 --- a/crates/starknet_consensus_orchestrator/Cargo.toml +++ b/crates/starknet_consensus_orchestrator/Cargo.toml @@ -54,7 +54,6 @@ starknet_batcher = { path = "../starknet_batcher" } starknet_class_manager_types = { path = "../starknet_class_manager_types", features = ["testing"] } starknet_infra_utils.path = "../starknet_infra_utils" starknet_state_sync_types = { path = "../starknet_state_sync_types", features = ["testing"] } -test-case.workspace = true [lints] workspace = true