diff --git a/Cargo.lock b/Cargo.lock index 60cfe14c3..d860a5c43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5316,16 +5316,13 @@ dependencies = [ "eyre", "foundry-cheatcodes", "foundry-common", - "foundry-compilers", "foundry-config", "foundry-evm", "foundry-evm-core", - "foundry-evm-traces", "foundry-zksync-compiler", "foundry-zksync-core", "itertools 0.13.0", "revm", - "revm-inspectors", "semver 1.0.23", "serde", "serde_json", diff --git a/crates/strategy/zksync/Cargo.toml b/crates/strategy/zksync/Cargo.toml index 255023872..4f0e3e40b 100644 --- a/crates/strategy/zksync/Cargo.toml +++ b/crates/strategy/zksync/Cargo.toml @@ -17,14 +17,11 @@ alloy-sol-types.workspace = true alloy-json-abi.workspace = true foundry-common.workspace = true foundry-config.workspace = true -foundry-compilers.workspace = true foundry-evm.workspace = true -foundry-evm-traces.workspace = true foundry-evm-core.workspace = true foundry-cheatcodes.workspace = true foundry-zksync-core.workspace = true foundry-zksync-compiler.workspace = true -revm-inspectors.workspace = true alloy-primitives.workspace = true alloy-rpc-types.workspace = true