Skip to content

Commit

Permalink
build(deps): bump hashbrown from 0.15.1 to 0.15.2
Browse files Browse the repository at this point in the history
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.15.1 to 0.15.2.
- [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
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 5a3b88e commit d83e4bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 harper-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/elijah-potter/harper"
[dependencies]
blanket = "0.4.0"
fst = "0.4.7"
hashbrown = { version = "0.15.1", features = ["serde"] }
hashbrown = { version = "0.15.2", features = ["serde"] }
is-macro = "0.3.6"
itertools = "0.13.0"
lazy_static = "1.5.0"
Expand Down

0 comments on commit d83e4bf

Please sign in to comment.