diff --git a/Cargo.lock b/Cargo.lock index c5c00e8..7603b88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21,9 +21,9 @@ dependencies = [ [[package]] name = "ahash" -version = "0.8.8" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff" +checksum = "d713b3834d76b85304d4d525563c1276e2e30dc97cc67bfb4585a4a29fc2c89f" dependencies = [ "cfg-if", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 5ecb195..3e43315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ clap = { version = "4.5.1", features = ["cargo"] } indicatif = "0.17.8" thiserror = "1.0.57" num_cpus = "1.16.0" -ahash = "0.8.8" +ahash = "0.8.9" [profile.test] opt-level = 3 # needed for fast execution