aboutsummaryrefslogtreecommitdiff
path: root/helix-core
diff options
context:
space:
mode:
authordependabot[bot]2024-02-27 00:22:00 +0000
committerGitHub2024-02-27 00:22:00 +0000
commitb43d9aa306099ca1b85543bac8453cf7b67eab3e (patch)
tree07a441965a35111fbf4b31f8af7da8792ae1e881 /helix-core
parentcd02976fa3a55c2c1f01b95c40d178061968f797 (diff)
build(deps): bump ahash from 0.8.6 to 0.8.9 (#9737)
Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.8.6 to 0.8.9. - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/commits/v0.8.9) --- updated-dependencies: - dependency-name: ahash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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 0b0dd745..be5ea5eb 100644
--- a/helix-core/Cargo.toml
+++ b/helix-core/Cargo.toml
@@ -32,7 +32,7 @@ once_cell = "1.19"
arc-swap = "1"
regex = "1"
bitflags = "2.4"
-ahash = "0.8.6"
+ahash = "0.8.9"
hashbrown = { version = "0.14.3", features = ["raw"] }
dunce = "1.0"