Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-event/Cargo.toml')
-rw-r--r--helix-event/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-event/Cargo.toml b/helix-event/Cargo.toml
index 616c323d..e7c87735 100644
--- a/helix-event/Cargo.toml
+++ b/helix-event/Cargo.toml
@@ -13,7 +13,7 @@ homepage.workspace = true
[dependencies]
ahash = "0.8.11"
-hashbrown = "0.14.0"
+hashbrown = "0.14.5"
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