chore: Replace the crossbeam::ArcCell by arc-swap::ArcSwap

This commit is contained in:
Clément Renault
2019-02-13 15:19:02 +01:00
parent 64929fe5dc
commit e103e1c277
2 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ authors = ["Kerollmops <renault.cle@gmail.com>"]
[dependencies]
bincode = "1.0"
byteorder = "1.2"
crossbeam = "0.6"
arc-swap = "0.3"
elapsed = "0.1"
fst = "0.3"
hashbrown = { version = "0.1", features = ["serde"] }