diff --git a/Cargo.lock b/Cargo.lock index 2c8e269..2e9ecbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "ahash" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72832d73be48bac96a5d7944568f305d829ed55b0ce3b483647089dfaf6cf704" +checksum = "cd7d5a2cecb58716e47d67d5703a249964b14c7be1ec3cad3affc295b2d1c35d" dependencies = [ "cfg-if", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index 9863ce1..a92277f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,6 @@ nom = "7.1.3" indicatif = "0.17.7" clap = { version = "4.4.6", features = ["cargo"] } indoc = "2.0.4" -ahash = "0.8.4" +ahash = "0.8.5" thiserror = "1.0.50" crossbeam-channel = "0.5.8" \ No newline at end of file