Updated dependencies and changed rocket request imports

This commit is contained in:
Daniel García
2020-07-19 21:01:31 +02:00
parent 11845d9f5b
commit 32cfaab5ee
6 changed files with 124 additions and 115 deletions

View File

@@ -5,9 +5,9 @@ use std::process::Command;
use rocket::{
http::{Cookie, Cookies, SameSite},
request::{self, FlashMessage, Form, FromRequest, Request},
request::{self, FlashMessage, Form, FromRequest, Request, Outcome},
response::{content::Html, Flash, Redirect},
Outcome, Route,
Route,
};
use rocket_contrib::json::Json;