diff options
author | dependabot[bot] | 2024-01-09 00:51:38 +0000 |
---|---|---|
committer | GitHub | 2024-01-09 00:51:38 +0000 |
commit | f4212421da66f30137fe2652fb1cfb3daf05f7ea (patch) | |
tree | 3eabe52e41459c645b86357e64ed742630fe37fe /helix-core | |
parent | e2e8d2739af5abdcc1f4af8745511e4c5ddbdc27 (diff) |
build(deps): bump ahash from 0.8.6 to 0.8.7 (#9281)
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 d7fff6c6..ff0bbcc3 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -31,7 +31,7 @@ once_cell = "1.19" arc-swap = "1" regex = "1" bitflags = "2.4" -ahash = "0.8.6" +ahash = "0.8.7" hashbrown = { version = "0.14.3", features = ["raw"] } dunce = "1.0" |