diff --git a/crates/wit-deps/src/manifest.rs b/crates/wit-deps/src/manifest.rs index 8668468..82c2de5 100644 --- a/crates/wit-deps/src/manifest.rs +++ b/crates/wit-deps/src/manifest.rs @@ -204,7 +204,7 @@ impl Entry { proxy_url ); reqwest::Client::builder() - .proxy(Proxy::all(&proxy_with_auth)?) + .proxy(Proxy::all(proxy_with_auth)?) .build() .expect("failed to create client") } else {