diff options
author | dependabot[bot] | 2023-10-24 05:14:00 +0000 |
---|---|---|
committer | GitHub | 2023-10-24 05:14:00 +0000 |
commit | 6acbb07ca9bb0fd69e5bb1946aa2779d140128fb (patch) | |
tree | 3892a5056c69faa1ffb197bf410194448cb8682a /helix-core | |
parent | fef4d5321b5eb1b13ba996243c88eade98e951f9 (diff) |
build(deps): bump hashbrown from 0.14.1 to 0.14.2 (#8594)
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 89185012..29e6653a 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -31,7 +31,7 @@ arc-swap = "1" regex = "1" bitflags = "2.4" ahash = "0.8.3" -hashbrown = { version = "0.14.1", features = ["raw"] } +hashbrown = { version = "0.14.2", features = ["raw"] } dunce = "1.0" log = "0.4" |