summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-08-08 23:46:21 +0200
committermo8it <mo8it@proton.me>2024-08-08 23:48:54 +0200
commite41c3a7c925387ca2c2441b4f41c963b95bc828d (patch)
tree02cf55dc72a489b6908141eabf57b48dfdc6cb45 /Cargo.lock
parent1b9faa4d61665074fe450277644974dd0167e6e9 (diff)
Use fixed seeds with ahash
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock12
1 files changed, 0 insertions, 12 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 86d35c5..a61ba59 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -9,7 +9,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
- "getrandom",
"once_cell",
"version_check",
"zerocopy",
@@ -264,17 +263,6 @@ dependencies = [
]
[[package]]
-name = "getrandom"
-version = "0.2.15"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
-dependencies = [
- "cfg-if",
- "libc",
- "wasi",
-]
-
-[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"