Updated dependencies and Docker image to new web-vault

This commit is contained in:
Daniel García
2018-07-21 17:27:00 +02:00
parent 48e69cebab
commit a291dea16f
8 changed files with 155 additions and 183 deletions

View File

@ -1,5 +1,6 @@
#![feature(plugin, custom_derive)]
#![plugin(rocket_codegen)]
#![allow(proc_macro_derive_resolution_fallback)] // TODO: Remove this when diesel update fixes warnings
extern crate rocket;
extern crate rocket_contrib;
extern crate reqwest;