Skip to content

Commit

Permalink
build(deps): bump ahash from 0.8.3 to 0.8.4
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.4.
- [Release notes](https://github.com/tkaitchuck/ahash/releases)
- [Commits](https://github.com/tkaitchuck/ahash/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 32b8da1 commit 0cc476e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
29 changes: 25 additions & 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clap = { version = "4.4.6", features = ["cargo"] }
indicatif = "0.17.7"
thiserror = "1.0.49"
num_cpus = "1.16.0"
ahash = "0.8.3"
ahash = "0.8.4"

[profile.test]
opt-level = 3 # needed for fast execution
Expand Down

0 comments on commit 0cc476e

Please sign in to comment.