From 31e8988b38a2912879731eab4de3e3ee31a81cae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 08:18:56 +0000 Subject: [PATCH] chore(deps): bump ahash from 0.5.7 to 0.6.1 Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.5.7 to 0.6.1. - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63b6890..9f03d64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -17,12 +17,13 @@ checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" [[package]] name = "ahash" -version = "0.5.7" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad4243ec6feddc812c0f442d9765374d250aba94e10ecf8b632e1b1c118547e8" +checksum = "865f8b0b3fced577b7df82e9b0eb7609595d7209c0b39e78d0646672e244b1b1" dependencies = [ "getrandom 0.2.0", "lazy_static", + "version_check", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 2f240df..f9b51c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ toml = "0.5" log = "0.4" env_logger = "0.8" bstr = "0.2" -ahash = "0.5.7" +ahash = "0.6.1" difflib = "0.4" proc-exit = "0.3" human-panic = "1.0.3"