From bcf6c6dbbb33d13932df8506391ceab87fc79d54 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sun, 14 Jul 2024 14:54:43 +0200 Subject: [PATCH] Bump ahash to fix newer nightly builds https://github.com/tkaitchuck/aHash/issues/200 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 173d1d2b..0f15f01d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,9 +10,9 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" [[package]] name = "ahash" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" +checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" dependencies = [ "cfg-if", "getrandom",