Updated deps and fixed some lints

This commit is contained in:
Daniel García
2019-11-28 21:59:05 +01:00
parent 3471e2660f
commit 1e224220a8
3 changed files with 121 additions and 97 deletions

View File

@@ -41,9 +41,9 @@ rmpv = "0.4.2"
chashmap = "2.2.2"
# A generic serialization/deserialization framework
serde = "1.0.102"
serde_derive = "1.0.102"
serde_json = "1.0.41"
serde = "1.0.103"
serde_derive = "1.0.103"
serde_json = "1.0.42"
# Logging
log = "0.4.8"
@@ -63,7 +63,7 @@ ring = "0.14.6"
uuid = { version = "0.8.1", features = ["v4"] }
# Date and time library for Rust
chrono = "0.4.9"
chrono = "0.4.10"
# TOTP library
oath = "0.10.2"