aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
authordependabot[bot]2023-06-06 02:14:05 +0000
committerGitHub2023-06-06 02:14:05 +0000
commita8c99fb24c78842381d9cb77d861e11e8fd2a7f4 (patch)
tree65b0274c597a1d795687850a901d9e7dbbe7ea11 /helix-core
parent1d114ecb6ef8a2fca481f73207d5271fc0c7b25a (diff)
build(deps): bump hashbrown from 0.13.2 to 0.14.0 (#7246)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'helix-core')
-rw-r--r--helix-core/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml
index 244cfbc1..e9e18aa3 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -31,7 +31,7 @@ arc-swap = "1"
regex = "1"
bitflags = "2.3"
ahash = "0.8.3"
-hashbrown = { version = "0.13.2", features = ["raw"] }
+hashbrown = { version = "0.14.0", features = ["raw"] }
dunce = "1.0"
log = "0.4"