diff options
author | dependabot[bot] | 2023-10-31 07:56:23 +0000 |
---|---|---|
committer | GitHub | 2023-10-31 07:56:23 +0000 |
commit | d32e052e0e5b03ff59c2d72b6eefa7fad37b8eac (patch) | |
tree | e4bdece19f0262e4a43e19130801444c74ef7e0f /helix-core | |
parent | d171e23f72e9ada8ba5cd39516f91aa95392cea9 (diff) |
build(deps): bump ahash from 0.8.5 to 0.8.6 (#8669)
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 f0903f42..8035333d 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -30,7 +30,7 @@ once_cell = "1.18" arc-swap = "1" regex = "1" bitflags = "2.4" -ahash = "0.8.5" +ahash = "0.8.6" hashbrown = { version = "0.14.2", features = ["raw"] } dunce = "1.0" |