diff options
author | dependabot[bot] | 2024-03-06 02:09:13 +0000 |
---|---|---|
committer | GitHub | 2024-03-06 02:09:13 +0000 |
commit | 7a473c74945bb7fd28abf9f23f9dfdd5562c7cd6 (patch) | |
tree | 4b9116e92e1c125a3d098cd182359c5619396e8e /helix-core | |
parent | ea0b2446441fd09b304e92581f644901018846d7 (diff) |
build(deps): bump ahash from 0.8.9 to 0.8.11 (#9813)
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 be5ea5eb..5e2dbd97 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.9" +ahash = "0.8.11" hashbrown = { version = "0.14.3", features = ["raw"] } dunce = "1.0" |