Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-event/Cargo.toml')
| -rw-r--r-- | helix-event/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helix-event/Cargo.toml b/helix-event/Cargo.toml index ee4038e6..c6ab11c6 100644 --- a/helix-event/Cargo.toml +++ b/helix-event/Cargo.toml @@ -12,8 +12,8 @@ homepage.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ahash = "0.8.11" -hashbrown = "0.14.5" +foldhash.workspace = true +hashbrown = "0.15" tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] } # the event registry is essentially read only but must be an rwlock so we can # setup new events on initialization, hardware-lock-elision hugely benefits this case |