aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
authordependabot[bot]2023-10-10 09:46:51 +0000
committerGitHub2023-10-10 09:46:51 +0000
commite0d5b79a73b2faf807b934fbb145d003df575b84 (patch)
treea5d774e58b9fe81efb39df6854b9375f3f16f721 /helix-core
parenta8574805617d86304232b47d84fd7c7f4f773520 (diff)
build(deps): bump hashbrown from 0.14.0 to 0.14.1 (#8500)
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 91234243..fb489413 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.0", features = ["raw"] }
+hashbrown = { version = "0.14.1", features = ["raw"] }
dunce = "1.0"
log = "0.4"