diff options
Diffstat (limited to 'helix-event/Cargo.toml')
-rw-r--r-- | helix-event/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-event/Cargo.toml b/helix-event/Cargo.toml index a5c88e93..8711568e 100644 --- a/helix-event/Cargo.toml +++ b/helix-event/Cargo.toml @@ -12,7 +12,7 @@ homepage.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ahash = "0.8.3" +ahash = "0.8.9" hashbrown = "0.14.0" 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 |