Bump to tokio 0.3 and hyper 0.14

This commit is contained in:
Maxime Bedard
2020-11-12 20:31:19 -05:00
parent be4faf944b
commit 4026d92cf6
3 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ use std::future::Future;
use std::path::PathBuf;
use std::pin::Pin;
use httptest::{mappers::*, responders::json_encoded, Expectation, Server};
use httptest::{matchers::*, responders::json_encoded, Expectation, Server};
use hyper::client::connect::HttpConnector;
use hyper::Uri;
use hyper_rustls::HttpsConnector;