Merge pull request #180 from crate-ci/dependabot/cargo/ahash-0.6.1

chore(deps): bump ahash from 0.5.7 to 0.6.1
This commit is contained in:
Ed Page 2020-12-01 08:24:51 -06:00 committed by GitHub
commit 793207165d
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View file

@ -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]]

View file

@ -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"