On Wed, May 7, 2025 at 3:51 PM David Michael fedora.dm0@gmail.com wrote:
Hi,
Firecracker 1.12 was released today, and there is only one dependency update:
- bincode-2.0.1 (from 1.3)
This however requires some new crates:
- bincode_derive
- unty
- virtue
It also wants updates to criterion and glam (retired), but those are only for tests which could be skipped.
Oh, this is annoying. bincode v2 pulls in a *lot* of dependencies just for a single use in one test. I'll see if that can be reduced to a sane dependency tree ...
Do you want me to take any of these? I could do the package reviews for the new stuff if you want to add them. I created these side tags with a kvm-ioctls update, and I can add Firecracker then push everything together if you add builds to them. (Fedora 40 is omitted since it will be EOL after a week of Bodhi testing.)
The three new packages look very straightforward, except for "virtue", where most doctests seem to contain code that doesn't even compile (??) ... I can submit them for review and you review them, or you submit them and I review them, whatever works best for you.
Fabio