Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a pinned compiler version to run cargo audit
This avoids CI failures like this https://gitlab.torproject.org/nickm/arti/-/jobs/617654 arising from situations like this cargo-audit install fails with rust 1.80 rustsec/rustsec#1217 error[E0282]: type annotations needed for Box<_> time-rs/time#693 IMO we should pin many of the other images too but I suspect that may be controversial. I'm hoping that pinning this one to get CI working is uncontroversial (perhaps only on a temporary basis). The other way to solve this would be to remove --locked which IMO is going in the wrong direction, by exposing us to more rather than fewer uncontrolled inputs from our upstreams.
- Loading branch information