use external crate siphasher

Because std:#️⃣:SipHasher is deprecated.
This commit is contained in:
Dietmar Maurer
2018-12-28 19:50:07 +01:00
parent f0f3029e26
commit 46b6fbd6ae
2 changed files with 5 additions and 1 deletions

View File

@ -30,3 +30,5 @@ shellwords = "1.0.0"
uuid = { version = "0.7", features = ["v4"] }
chrono = "0.4.6" # Date and time library for Rust
openssl = "0.10.16"
siphasher = "0.3"