From 200c854f6cb7c79d580e156d494fe56e63dd3204 Mon Sep 17 00:00:00 2001 From: bing Date: Mon, 3 Jun 2024 22:12:38 +0800 Subject: [PATCH] chore(deps): bump ahash to `0.7.8` Fixes the `stdsimd` feature issue that is causing gh-pages action to fail. See: 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 802acb111..942718889 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "ahash" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd" +checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ "getrandom 0.2.11", "once_cell",