feat: Replace the elapsed dependency by std::time::Instant

This commit is contained in:
Clément Renault
2019-02-16 20:44:16 +01:00
parent bddb37e44f
commit 264fffa826
6 changed files with 56 additions and 57 deletions

View File

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