fetch: update gix-pack and gix-odb
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.
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.
crdt: run cargo fmt
Changes LGTM, cargo test --workspace, cargo fmt and cargo clippy all happy.
Reset patch to correct commit.