get rids of the horrendous spinlock in favor of synchronoise

This commit is contained in:
Tamo 2022-09-14 13:10:53 +02:00 committed by Clément Renault
parent 7b6673dc1d
commit 366a344474
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 12 additions and 5 deletions

View file

@ -19,6 +19,7 @@ tempfile = "3.3.0"
thiserror = "1.0.30"
time = { version = "0.3.7", features = ["serde-well-known", "formatting", "parsing", "macros"] }
uuid = { version = "1.1.2", features = ["serde", "v4"] }
synchronoise = "1.0.1"
[dev-dependencies]
nelson = { git = "https://github.com/meilisearch/nelson.git", rev = "675f13885548fb415ead8fbb447e9e6d9314000a"}