Upgrade hyper/axum/tower/http stack.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
305f75b0e7
commit
05477150a2
5 changed files with 240 additions and 370 deletions
|
@ -7,8 +7,7 @@ use std::{
|
|||
};
|
||||
|
||||
use hickory_resolver::TokioAsyncResolver;
|
||||
use hyper::client::connect::dns::Name;
|
||||
use reqwest::dns::{Addrs, Resolve, Resolving};
|
||||
use reqwest::dns::{Addrs, Name, Resolve, Resolving};
|
||||
use ruma::OwnedServerName;
|
||||
use tokio::sync::RwLock;
|
||||
use tracing::error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue