no rwlocks
Some checks failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
JMARyA 2025-05-04 23:52:55 +02:00
parent 6c54873ca2
commit dd4cb7fcc6
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
11 changed files with 36 additions and 26 deletions

View file

@ -25,3 +25,4 @@ env_logger = "0.11.8"
parking_lot = { version = "0.12.3", features = ["send_guard"] }
crossbeam = { version = "0.8.4", features = ["crossbeam-channel"] }
once_cell = "1.21.3"
arc-swap = "1.7.1"