1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-15 00:35:01 +00:00

Update dependencies

This commit is contained in:
Daniel García 2019-03-07 20:22:08 +01:00
parent 339044f8aa
commit 27872f476e
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
2 changed files with 83 additions and 83 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.10"
reqwest = "0.9.11"
# multipart/form-data support
multipart = "0.16.1"
@ -34,9 +34,9 @@ rmpv = "0.4.0"
chashmap = "2.2.2"
# A generic serialization/deserialization framework
serde = "1.0.88"
serde_derive = "1.0.88"
serde_json = "1.0.38"
serde = "1.0.89"
serde_derive = "1.0.89"
serde_json = "1.0.39"
# Logging
log = "0.4.6"
@ -97,7 +97,7 @@ handlebars = "1.1.0"
# For favicon extraction from main website
soup = "0.3.0"
regex = "1.1.0"
regex = "1.1.2"
[patch.crates-io]
# Add support for Timestamp type