diff options
author | dependabot[bot] | 2023-01-30 23:48:21 +0000 |
---|---|---|
committer | GitHub | 2023-01-30 23:48:21 +0000 |
commit | 9d22c64c78a1a4be7d64623cd07a942d882d611c (patch) | |
tree | 8d5963fabc7a6a43fe152e9039fbc04cb3d25567 /helix-core | |
parent | 75eeda69e7fee2bf4cecf90c6fbeb614088783c9 (diff) |
build(deps): bump ahash from 0.8.2 to 0.8.3 (#5743)
Bumps [ahash](https://github.com/tkaitchuck/ahash) from 0.8.2 to 0.8.3.
- [Release notes](https://github.com/tkaitchuck/ahash/releases)
- [Commits](https://github.com/tkaitchuck/ahash/compare/v0.8.2...v0.8.3)
---
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 6605f7ce..10de738f 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -30,7 +30,7 @@ once_cell = "1.17" arc-swap = "1" regex = "1" bitflags = "1.3" -ahash = "0.8.2" +ahash = "0.8.3" hashbrown = { version = "0.13.2", features = ["raw"] } log = "0.4" |