diff --git a/Cargo.lock b/Cargo.lock index 634cd99e..8f8344f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4372,7 +4372,6 @@ name = "integration_tests" version = "0.1.0" dependencies = [ "anyhow", - "associated_token_account_core", "authenticated_transfer_core", "bridge_core", "bridge_lock_core", @@ -4402,7 +4401,6 @@ dependencies = [ "test_fixtures", "test_programs", "testnet_initial_state", - "token_core", "tokio", "vault_core", "wallet", diff --git a/integration_tests/Cargo.toml b/integration_tests/Cargo.toml index 4d078550..225d75d4 100644 --- a/integration_tests/Cargo.toml +++ b/integration_tests/Cargo.toml @@ -17,8 +17,6 @@ wallet.workspace = true common.workspace = true key_protocol.workspace = true serde_json.workspace = true -token_core.workspace = true -associated_token_account_core.workspace = true vault_core.workspace = true faucet_core.workspace = true bridge_core.workspace = true