Skip to content

Commit cccf3e1

Browse files
build(deps): bump hashbrown from 0.16.1 to 0.17.0 (#15639)
Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.16.1 to 0.17.0. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.16.1...v0.17.0) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb49c5e commit cccf3e1

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

helix-event/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ homepage.workspace = true
1313

1414
[dependencies]
1515
foldhash.workspace = true
16-
hashbrown = "0.16"
16+
hashbrown = "0.17"
1717
tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] }
1818
# the event registry is essentially read only but must be an rwlock so we can
1919
# setup new events on initialization, hardware-lock-elision hugely benefits this case

0 commit comments

Comments
 (0)