diff --git a/Cargo.lock b/Cargo.lock index daa7279b2..d67437d7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4388,7 +4388,6 @@ dependencies = [ "lee", "lee_core", "log", - "logos-blockchain-core", "logos-blockchain-key-management-system-service", "ping_core", "programs", diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index 225d75d4d..f365e8561 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -36,7 +36,6 @@ programs.workspace = true test_programs.workspace = true testnet_initial_state.workspace = true -logos-blockchain-core.workspace = true logos-blockchain-key-management-system-service.workspace = true anyhow.workspace = true log.workspace = true