Skip to content

Commit 3ed1ed7

Browse files
phylum-botmaxrake
andauthored
Bump dependencies (#1578)
* Bump dependencies * Apply clippy suggestion --------- Co-authored-by: Charles Coggins <maxrake@users.noreply.github.com>
1 parent c0ccd70 commit 3ed1ed7

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

Cargo.lock

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/src/commands/extensions/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ async fn analyze(
187187
};
188188

189189
let api_packages: Vec<_> = packages.into_iter().map(From::from).collect();
190-
let job_id = api.submit_request(&api_packages, project, label, group.map(String::from)).await?;
190+
let job_id = api.submit_request(&api_packages, project, label, group).await?;
191191

192192
Ok(job_id)
193193
}

0 commit comments

Comments
 (0)