Replace HTTP client in oidc-client with reqwest

This commit is contained in:
Quentin Gliech
2024-10-24 16:41:14 +02:00
parent 5b879bd4f4
commit 248e03ac93
41 changed files with 220 additions and 1958 deletions

View File

@@ -5,6 +5,8 @@ disallowed-methods = [
{ path = "chrono::Utc::now", reason = "source the current time from the clock instead" },
{ path = "ulid::Ulid::from_datetime", reason = "use Ulid::from_datetime_with_source instead" },
{ path = "ulid::Ulid::new", reason = "use Ulid::from_datetime_with_source instead" },
{ path = "reqwest::Client::new", reason = "use mas_http::reqwest_client instead" },
{ path = "reqwest::RequestBuilder::send", reason = "use send_traced instead" },
]
disallowed-types = [