Skip to content

Commit

Permalink
Update hashbrown requirement from 0.14.3 to 0.15.2
Browse files Browse the repository at this point in the history
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version.
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/hashbrown/commits)

---
updated-dependencies:
- dependency-name: hashbrown
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 7a48b71 commit 58d1035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
bitvec = "1.0.1"
hashbrown = "0.14.3"
hashbrown = "0.15.2"
rand = "0.8.5"
venndb-macros = { version = "0.5.0", path = "venndb-macros" }

Expand Down

0 comments on commit 58d1035

Please sign in to comment.