base master on rocket 0.3 (released)

pull/5/head
Trinity Pointard 6 years ago
parent e39e3e8ca1
commit 452c390665

@ -13,7 +13,5 @@ csrf = "~0.3.0"
data-encoding = "~2.1.1"
rand = "~0.5.2"
serde = "~1.0"
rocket = "~0.3.0"
[dependencies.rocket]
git = "https://github.com/SergioBenitez/Rocket"
rev = "df7111143e466c18d1f56377a8d9530a5a306aba"

@ -4,7 +4,7 @@ use data_encoding::{BASE64, BASE64URL_NOPAD};
use rand::prelude::thread_rng;
use rand::Rng;
use rocket::fairing::{Fairing, Info, Kind};
use rocket::http::uri::Uri;
use rocket::http::uri::URI as Uri;
use rocket::http::Method::{self, *};
use rocket::outcome::Outcome;
use rocket::response::Body::Sized;

Loading…
Cancel
Save