diff --git a/Cargo.lock b/Cargo.lock index b4824afe1a..6071211ec8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3061,17 +3061,6 @@ dependencies = [ "foldhash", ] -[[package]] -name = "hashbrown" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" -dependencies = [ - "allocator-api2", - "equivalent", - "foldhash", -] - [[package]] name = "hdrhistogram" version = "7.5.4"