upgrade actix-web to v3

This commit is contained in:
Rob Ede 2020-09-12 03:29:17 +01:00
parent 4acaecd921
commit ba0f44e361
No known key found for this signature in database
GPG key ID: C2A3B36E841A91E6
16 changed files with 649 additions and 444 deletions

View file

@ -1,5 +1,5 @@
use actix_web::{web, HttpResponse};
use actix_web_macros::{delete, get, post, put};
use actix_web::{delete, get, post, put};
use chrono::{DateTime, Utc};
use log::error;
use rand::seq::SliceRandom;