pull/8675/merge^2
Matt Paras 2025-06-18 07:56:35 -07:00
parent 47b3ab8037
commit b858f9f8d8
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ hashbrown = "0.15"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "time", "sync", "parking_lot", "macros"] } 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 # the event registry is essentially read only but must be an rwlock so we can
# setup new events on intalization, hardware-lock-elision hugnly benefits this case # setup new events on intalization, hardware-lock-elision hugnly benefits this case
# as is essentially makes the lock entirely free as long as there is no writes # as is essentially makes the lock entirely free as long as there is no writes
once_cell = "1.20" once_cell = "1.21"
parking_lot = { workspace = true, features = ["hardware-lock-elision"] } parking_lot = { workspace = true, features = ["hardware-lock-elision"] }
anyhow = "1" anyhow = "1"