diff options
author | dependabot[bot] | 2023-11-28 00:53:53 +0000 |
---|---|---|
committer | GitHub | 2023-11-28 00:53:53 +0000 |
commit | b30451f77618f8ee2a082adb6b6e3a5491d8227c (patch) | |
tree | 593fb9fd00335ccaeee8a611ce6001d243a90383 /helix-core | |
parent | 4bc43347a198b9bbed53087481852d08ed4d48cc (diff) |
build(deps): bump hashbrown from 0.14.2 to 0.14.3 (#8928)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-core')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 0fa55046..f3797af2 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -32,7 +32,7 @@ arc-swap = "1" regex = "1" bitflags = "2.4" ahash = "0.8.6" -hashbrown = { version = "0.14.2", features = ["raw"] } +hashbrown = { version = "0.14.3", features = ["raw"] } dunce = "1.0" log = "0.4" |