diff --git a/Cargo.lock b/Cargo.lock index ec0e234458d5a5..47b405f0bb8198 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9246,7 +9246,6 @@ version = "2.2.0" dependencies = [ "agave-transaction-view", "ahash 0.8.11", - "aquamarine", "arrayref", "assert_matches", "base64 0.22.1", @@ -9262,7 +9261,6 @@ dependencies = [ "flate2", "fnv", "im", - "index_list", "itertools 0.12.1", "lazy_static", "libc", diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index baaa874070035d..285d8abfbd9db6 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -7309,7 +7309,6 @@ name = "solana-runtime" version = "2.2.0" dependencies = [ "ahash 0.8.11", - "aquamarine", "arrayref", "base64 0.22.1", "bincode", @@ -7323,7 +7322,6 @@ dependencies = [ "flate2", "fnv", "im", - "index_list", "itertools 0.12.1", "lazy_static", "libc", diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index c25f4785e1862f..3b07e166dddd7a 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -11,7 +11,6 @@ edition = { workspace = true } [dependencies] ahash = { workspace = true } -aquamarine = { workspace = true } arrayref = { workspace = true } base64 = { workspace = true } bincode = { workspace = true } @@ -25,7 +24,6 @@ dir-diff = { workspace = true } flate2 = { workspace = true } fnv = { workspace = true } im = { workspace = true, features = ["rayon", "serde"] } -index_list = { workspace = true } itertools = { workspace = true } lazy_static = { workspace = true } libc = { workspace = true } diff --git a/svm/examples/Cargo.lock b/svm/examples/Cargo.lock index 85dccf25603963..23a0d95757c29a 100644 --- a/svm/examples/Cargo.lock +++ b/svm/examples/Cargo.lock @@ -7129,7 +7129,6 @@ name = "solana-runtime" version = "2.2.0" dependencies = [ "ahash 0.8.11", - "aquamarine", "arrayref", "base64 0.22.1", "bincode", @@ -7143,7 +7142,6 @@ dependencies = [ "flate2", "fnv", "im", - "index_list", "itertools 0.12.1", "lazy_static", "libc",