From fd8653caba9bbbb416e718ba8377ed6d6f872864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:23:19 +0000 Subject: [PATCH] Bump ahash from 0.8.4 to 0.8.5 Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/compare/v0.8.4...v0.8.5) --- updated-dependencies: - dependency-name: ahash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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