1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-18 09:33:56 +00:00

Updated dependencies ans web vault version

This commit is contained in:
Daniel García 2020-07-05 01:38:16 +02:00
parent b37f0dfde3
commit d4357eb55a
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
16 changed files with 162 additions and 145 deletions

View file

@ -43,7 +43,7 @@ chashmap = "2.2.2"
# A generic serialization/deserialization framework
serde = "1.0.114"
serde_derive = "1.0.114"
serde_json = "1.0.55"
serde_json = "1.0.56"
# Logging
log = "0.4.8"
@ -63,7 +63,7 @@ ring = "0.16.15"
uuid = { version = "0.8.1", features = ["v4"] }
# Date and time librar for Rust
chrono = "0.4.11"
chrono = "0.4.12"
time = "0.2.16"
# TOTP library
@ -73,7 +73,7 @@ oath = "0.10.2"
data-encoding = "2.2.1"
# JWT library
jsonwebtoken = "7.1.2"
jsonwebtoken = "7.2.0"
# U2F library
u2f = "0.2.0"
@ -96,7 +96,7 @@ lettre = { version = "0.10.0-alpha.1", features = ["smtp-transport", "builder",
native-tls = "0.2.4"
# Template library
handlebars = { version = "3.1.0", features = ["dir_source"] }
handlebars = { version = "3.2.1", features = ["dir_source"] }
# For favicon extraction from main website
soup = "0.5.0"
@ -104,7 +104,7 @@ regex = "1.3.9"
data-url = "0.1.0"
# Used by U2F, JWT and Postgres
openssl = "0.10.29"
openssl = "0.10.30"
# URL encoding library
percent-encoding = "2.1.0"