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

Update web-vault to fix U2F NotTrustedAnchor error

This commit is contained in:
Daniel García 2019-01-24 14:42:26 +01:00
commit 9d027b96d8
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
6 changed files with 87 additions and 84 deletions

View file

@ -19,7 +19,7 @@ rocket = { version = "0.4.0", features = ["tls"], default-features = false }
rocket_contrib = "0.4.0"
# HTTP client
reqwest = "0.9.8"
reqwest = "0.9.9"
# multipart/form-data support
multipart = "0.15.4"
@ -36,7 +36,7 @@ chashmap = "2.2.0"
# A generic serialization/deserialization framework
serde = "1.0.85"
serde_derive = "1.0.85"
serde_json = "1.0.36"
serde_json = "1.0.37"
# Logging
log = "0.4.6"