From: Bennet Bleßmann Date: Fri, 16 Feb 2024 21:15:32 +0000 (+0100) Subject: bump ahash lock to 0.8.7 X-Git-Tag: v0.9.4~3^2~5 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=90c874777c1fa84a2df96811c5a373fd4208599b;p=scryer-prolog.git bump ahash lock to 0.8.7 - fix nightly build - not bumping to latest aka. 0.8.8 as that has a msrv of 1.72.0 and we are only at 1.70.0 --- diff --git a/Cargo.lock b/Cargo.lock index dd6b1d84..d4e697bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[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",