Skip to content

Commit

Permalink
Bump ahash from 0.8.3 to 0.8.5 (#68)
Browse files Browse the repository at this point in the history
Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.8.3 to 0.8.5.
- [Release notes](https://github.com/tkaitchuck/ahash/releases)
- [Commits](tkaitchuck/aHash@v0.8.3...v0.8.5)

---
updated-dependencies:
- dependency-name: ahash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 31, 2023
1 parent 9c14beb commit e5e6e88
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -18,7 +18,7 @@ keywords = ["data-structures", "graphs", "algorithms", "containers", "graph-theo
categories = ["data-structures", "algorithms", "mathematics", "science"]

[dependencies]
ahash = "0.8.0"
ahash = "0.8.5"
serde = "1.0.190"
thiserror = "1.0.50"

Expand Down

0 comments on commit e5e6e88

Please sign in to comment.