From 3341c50b6ae676cdc8f7b1c44221aa633f2bde68 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 3 Jun 2024 17:17:08 -0400 Subject: refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092) This also fixes several issues where we weren't properly creating http clients with the user's settings. --- cli/cache/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/cache') diff --git a/cli/cache/mod.rs b/cli/cache/mod.rs index bf68203f0..aaaa427d7 100644 --- a/cli/cache/mod.rs +++ b/cli/cache/mod.rs @@ -286,7 +286,7 @@ impl Loader for FetchCacher { } }) } - .boxed() + .boxed_local() } fn cache_module_info( -- cgit v1.2.3