The `gix-fs` crate was flagged as vulnerable[^0]. To update it to `>=0.11.0`, it was necessary to update the `gix-pack` and `gix-odb` crate versions to `0.51` and `0.61`, respectively. This in turn updated `fastrand` which changed its algorithm[^1], which meant that some test outputs were reordered or matched new values. [0]: https://rustsec.org/advisories/RUSTSEC-2024-0350 [1]: https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md#version-210
* Remove `rad sync --force` flag * Remove `rad clone --private` flag These flags are no longer necessary. Simplify specifying which seed to fetch from with `--seed` is enough.
Ensure `rad clone` is successful as long as one fetch succeeds.