Fix build with --no-default-features

This commit is contained in:
Kornel 2026-01-05 23:53:01 +00:00 committed by Kornel
parent f10414d927
commit 80c3a8911e

View File

@ -8,6 +8,7 @@ use boring::ssl::{
};
use http_old::uri::Scheme;
use hyper_old::client::connect::{Connected, Connection};
#[cfg(feature = "runtime")]
use hyper_old::client::HttpConnector;
use hyper_old::service::Service;
use hyper_old::Uri;