Problem
ProcessBuilder::get_args returns an impl Iterator<Item = &OsString>
now, whereas previously, it returned &[OsString]
.
This has the effect that non-locked builds of cargo-outdated
and cargo-geiger
fail (these crates are depending on cargo
1.61
or 1.60
).