feat(lib): update Tokio, bytes, http, h2, and http-body
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#![deny(warnings)]
|
||||
|
||||
use tokio::io::AsyncReadExt;
|
||||
use tokio_fs::File;
|
||||
use tokio::fs::File;
|
||||
|
||||
use hyper::{Body, Method, Result, Request, Response, Server, StatusCode};
|
||||
use hyper::service::{make_service_fn, service_fn};
|
||||
|
||||
Reference in New Issue
Block a user