Stop using borrows of reqwest::Client (#316)

This commit is contained in:
Félix Saparelli 2022-09-04 23:00:33 +12:00 committed by GitHub
parent 1cf6076d62
commit f5a682ccce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 deletions

View file

@ -133,7 +133,7 @@ async fn resolve_inner(
Some(manifest_path) => load_manifest_path(manifest_path)?,
None => {
fetch_crate_cratesio(
&client,
client.clone(),
&crates_io_api_client,
&crate_name.name,
&version_req,