1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

Remove the client features from mas-oidc-client and replace it in tests

This commit is contained in:
Quentin Gliech
2024-07-01 19:18:15 +02:00
parent ea85be55e6
commit dcb9bdeecf
6 changed files with 20 additions and 105 deletions

View File

@@ -16,7 +16,7 @@ use std::time::Duration;
use headers::{ContentLength, HeaderMapExt, Host, UserAgent};
use http::{header::USER_AGENT, HeaderValue, Request, Response};
use hyper::client::connect::HttpInfo;
use hyper_util::client::legacy::connect::HttpInfo;
use mas_tower::{
DurationRecorderLayer, DurationRecorderService, EnrichSpan, InFlightCounterLayer,
InFlightCounterService, MakeSpan, MetricsAttributes, TraceContextLayer, TraceContextService,