diff --git a/Cargo.lock b/Cargo.lock index 096aa950b..dfa096506 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5683,7 +5683,6 @@ dependencies = [ "either", "generic-array 0.14.7", "getrandom 0.1.16", - "hashbrown 0.12.3", "im", "lazy_static", "log", diff --git a/Cargo.toml b/Cargo.toml index 7fb3766bf..6f14c0de8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -195,7 +195,6 @@ generic-array = { version = "0.14.7", default-features = false } gethostname = "0.2.3" getrandom = "0.1.14" goauth = "0.13.1" -hashbrown = "0.12" hex = "0.4.3" hidapi = { version = "2.2.0", default-features = false } histogram = "0.6.9" diff --git a/frozen-abi/Cargo.toml b/frozen-abi/Cargo.toml index 00881f856..cfbdbf22b 100644 --- a/frozen-abi/Cargo.toml +++ b/frozen-abi/Cargo.toml @@ -32,7 +32,6 @@ cc = { workspace = true, features = ["jobserver", "parallel"] } either = { workspace = true, features = ["use_std"] } generic-array = { workspace = true, features = ["serde", "more_lengths"] } getrandom = { workspace = true, features = ["dummy"] } -hashbrown = { workspace = true, features = ["raw"] } im = { workspace = true, features = ["rayon", "serde"] } memmap2 = { workspace = true } once_cell = { workspace = true, features = ["alloc", "race"] } diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index a0f730ecd..012dcdd0b 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -4899,7 +4899,6 @@ dependencies = [ "either", "generic-array 0.14.7", "getrandom 0.1.14", - "hashbrown 0.12.3", "im", "lazy_static", "log",