From 215b180abba97235fb66ac7ce94d94d7c62c0030 Mon Sep 17 00:00:00 2001 From: Agost Biro Date: Thu, 2 Jan 2025 09:23:49 +0000 Subject: [PATCH] Fix imports --- Cargo.lock | 1 - crates/edr_solidity/Cargo.toml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 952b5b9a0..6059a5ea4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1288,7 +1288,6 @@ dependencies = [ "anyhow", "edr_eth", "edr_evm", - "either", "indexmap 2.2.6", "parking_lot 0.12.3", "semver 1.0.23", diff --git a/crates/edr_solidity/Cargo.toml b/crates/edr_solidity/Cargo.toml index 458ae07da..9b2e11f32 100644 --- a/crates/edr_solidity/Cargo.toml +++ b/crates/edr_solidity/Cargo.toml @@ -15,9 +15,8 @@ parking_lot = { version = "0.12.1", default-features = false } serde = { version = "1.0.158", default-features = false, features = ["std"] } serde_json = { version = "1.0.89", features = ["preserve_order"] } strum = { version = "0.26.0", features = ["derive"] } -thiserror = "1.0.58" semver = "1.0.23" -either = "1.10.0" +thiserror = "1.0.58" [lints] workspace = true