diff --git a/Cargo.toml b/Cargo.toml index f9dfe2a9..11b95e5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,10 +112,6 @@ bech32 = "0.11" triomphe = "0.1.9" ripemd = "0.1.1" tiny-keccak = { version = "2.0.2", features = ["keccak", "sha3"] } -get-size = { version = "0.1.4", features = ["derive"]} -pretty_assertions = "1.2.1" -dashmap = { version = "5.5.3"} -lazy_static = "1.4.0" # Note: the BEGIN and END comments below are required for external tooling. Do not remove. # BEGIN MOVE DEPENDENCIES diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 0e0ef075..5f48ad87 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -22,14 +22,10 @@ clru = { workspace = true } parking_lot = { workspace = true } sha3 = { workspace = true } claims = { workspace = true } -get-size = { workspace = true} smallbitvec = { workspace = true } smallvec = { workspace = true } triomphe = { workspace = true } primitive-types = { workspace = true, features = ["impl-serde"] } -pretty_assertions = { workspace = true } -dashmap = { workspace = true} -lazy_static = { workspace = true } [dev-dependencies] move-vm-test-utils = { workspace = true }