[dep-upgrade-202402] cargo clippy fixes

This commit is contained in:
Alex Auvolat
2024-02-08 19:02:48 +01:00
parent ad5ce968d2
commit bcbd15da84
5 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ use http::header::{ACCEPT, CONTENT_TYPE};
use http::status::StatusCode;
use http::{HeaderName, HeaderValue, Request};
use http_body_util::{BodyExt, Full as FullBody};
use hyper::{body::Body as BodyTrait, body::Bytes};
use hyper::body::Bytes;
use hyper_rustls::HttpsConnector;
use hyper_util::client::legacy::{connect::HttpConnector, Client as HttpClient};
use hyper_util::rt::TokioExecutor;