diff --git a/Cargo.lock b/Cargo.lock index 2cd70af..91906da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,10 +4,11 @@ version = 3 [[package]] name = "ahash" -version = "0.7.6" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" +checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" dependencies = [ + "cfg-if", "getrandom", "once_cell", "version_check", diff --git a/Cargo.toml b/Cargo.toml index 3db704f..22b7ecb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rand = "0.8.4" indicatif = "0.16.2" linkify = "0.8.0" rand_xoshiro = "0.6.0" -ahash = "0.7.6" +ahash = "0.8.3" memmap = "0.7.0" [profile.release]