1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-15 23:42:31 +00:00

Updated some dependencies and removed old unused attribute that might create compile errors

This commit is contained in:
Daniel García 2018-04-24 15:49:38 +02:00
commit 3a1321a5a9
3 changed files with 50 additions and 52 deletions

View file

@ -16,9 +16,9 @@ reqwest = "0.8.5"
multipart = "0.14.2"
# A generic serialization/deserialization framework
serde = "1.0.39"
serde_derive = "1.0.39"
serde_json = "1.0.15"
serde = "1.0.43"
serde_derive = "1.0.43"
serde_json = "1.0.16"
# A safe, extensible ORM and Query builder
diesel = { version = "1.2.2", features = ["sqlite", "chrono", "r2d2"] }