Update dependencies and fix some warnings

This commit is contained in:
Daniel García
2019-04-11 15:32:38 +02:00
parent d89bd707a8
commit 621f607297
7 changed files with 98 additions and 49 deletions

View File

@ -787,7 +787,6 @@ fn _duo_api_request(method: &str, path: &str, params: &str) -> EmptyResult {
use std::str::FromStr;
use chrono::Utc;
use reqwest::{header::*, Client, Method};
let ik = CONFIG.duo_ikey().unwrap();