radicle-heartwood-lfs/radicle-crdt/src
Fintan Halpenny e1470fccd7
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.

[0]: https://rustsec.org/advisories/RUSTSEC-2024-0350
[1]: https://github.com/smol-rs/fastrand/blob/master/CHANGELOG.md#version-210
2024-08-09 12:41:01 +02:00
..
clock.rs Update `rust-toolchain` to 1.80 2024-08-06 14:37:21 +02:00
gmap.rs crdt: Implement `GSet` type, based on `GMap` 2023-02-27 17:11:48 +01:00
gset.rs crdt: Implement `GSet` type, based on `GMap` 2023-02-27 17:11:48 +01:00
immutable.rs cob: Use new `Immutable` lattice for merges 2023-07-03 12:31:05 +02:00
lib.rs cob: Use new `Immutable` lattice for merges 2023-07-03 12:31:05 +02:00
lwwmap.rs Replace `quickcheck` with `qcheck` 2022-12-04 20:40:54 +01:00
lwwreg.rs radicle: force new or initial construction of LWWReg 2023-03-31 15:49:55 +02:00
lwwset.rs Replace `quickcheck` with `qcheck` 2022-12-04 20:40:54 +01:00
ord.rs Replace `quickcheck` with `qcheck` 2022-12-04 20:40:54 +01:00
redactable.rs cob: Changes to patch code review CRDT 2023-07-03 12:31:05 +02:00
test.rs fetch: update gix-pack and gix-odb 2024-08-09 12:41:01 +02:00