chore: update dependencies, including stable tokio
This commit is contained in:
@ -20,8 +20,9 @@
|
||||
use crate::config::Config;
|
||||
use hyper::{
|
||||
header::CONTENT_TYPE,
|
||||
server::Server,
|
||||
service::{make_service_fn, service_fn},
|
||||
Body, Request, Response, Server,
|
||||
Body, Request, Response,
|
||||
};
|
||||
use lazy_static::lazy_static;
|
||||
use log::info;
|
||||
|
Reference in New Issue
Block a user