diff options
author | dependabot[bot] | 2023-10-24 08:59:38 +0000 |
---|---|---|
committer | GitHub | 2023-10-24 08:59:38 +0000 |
commit | 68c7537de522cf6b38705a7af51eeaac260fdc98 (patch) | |
tree | cc726971cdd0366b81dde95e27ae8729a7f23bee /helix-core | |
parent | 9dbf882808681f495725a716b734b725baa2eb90 (diff) |
build(deps): bump ahash from 0.8.3 to 0.8.5 (#8597)
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 29e6653a..f0903f42 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.3" +ahash = "0.8.5" hashbrown = { version = "0.14.2", features = ["raw"] } dunce = "1.0" |