Bump hashlink from 0.8.0 to 0.8.1 (#255)

Bumps [hashlink](https://github.com/kyren/hashlink) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/kyren/hashlink/releases)
- [Changelog](https://github.com/triplehex/hashlink/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kyren/hashlink/compare/v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: hashlink
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-09-19 10:42:17 +08:00
committed by GitHub
parent b00d326044
commit 5fd12990eb

4
Cargo.lock generated
View File

@@ -707,9 +707,9 @@ dependencies = [
[[package]]
name = "hashlink"
version = "0.8.0"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d452c155cb93fecdfb02a73dd57b5d8e442c2063bd7aac72f1bc5e4263a43086"
checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
dependencies = [
"hashbrown",
]