Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/Cargo.toml')
| -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 fe9a8c93..48bc635d 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -37,7 +37,7 @@ once_cell = "1.21" arc-swap = "1" regex = "1" bitflags.workspace = true -ahash = "0.8.11" +ahash = "0.8.12" hashbrown = { version = "0.14.5", features = ["raw"] } url = "2.5.4" |