Update dependencies and fix some lints

This commit is contained in:
Daniel García
2019-02-27 17:21:04 +01:00
parent 1eb1502a07
commit 10756b0920
7 changed files with 104 additions and 113 deletions

View File

@@ -25,13 +25,13 @@ reqwest = "0.9.10"
multipart = "0.16.1"
# WebSockets library
ws = "0.7.9"
ws = "0.8.0"
# MessagePack library
rmpv = "0.4.0"
# Concurrent hashmap implementation
chashmap = "2.2.0"
chashmap = "2.2.2"
# A generic serialization/deserialization framework
serde = "1.0.88"
@@ -78,7 +78,7 @@ yubico = { version = "0.5.1", features = ["online"], default-features = false }
dotenv = { version = "0.13.0", default-features = false }
# Lazy static macro
lazy_static = { version = "1.2.0", features = ["nightly"] }
lazy_static = "1.3.0"
# More derives
derive_more = "0.14.0"