diff --git a/Cargo.lock b/Cargo.lock index 219d04f..6d06b2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9,7 +9,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f" dependencies = [ "cfg-if", - "getrandom", "once_cell", "version_check", "zerocopy", diff --git a/fish/Cargo.toml b/fish/Cargo.toml index 9e70041..ded3f84 100644 --- a/fish/Cargo.toml +++ b/fish/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] mino = { path = "../mino" } -ahash = "0.8" +ahash = { version = "0.8", default_features = false } bumpalo = "3.15" hashbrown = "0.14" smallvec = "1.13"