Hi,
It's been ~2 months since I last pestered about dependency updates, so
it's that time again. The 1.8 release branch was only created
recently, and if it goes like the last release, there could be a few
weeks of stabilization before it's actually tagged. There's no rush,
I'm just sending this list to get ahead of it. These are the minimum
versions in the 1.8 branch needing updates:
decathorpe:
- itertools 0.13.0 (API change from 0.12.1)
- libc 0.2.155 (from 0.2.154)
- proc-macro2 1.0.83 (from 1.0.82, 1.0.84 available)
- serde 1.0.202 (from 1.0.200, 1.0.203 available)
- syn 2.0.65 (from 2.0.64, 2.0.66 available)
- thiserror 1.0.61 (from 1.0.60)
The first one will probably require a compat package, and there is
another app needing it in the itertools upgrade Bugzilla ticket. I
could downgrade this with a patch if that's preferred, though.
slp:
- kvm-bindings 0.8.0 (API change from 0.7.0, 0.8.1 available)
- kvm-ioctls 0.17.0 (API change from 0.16.0)
- vhost 0.11.0 (API change from 0.10.0)
- vm-memory 0.14.1 (from 0.14.0)
These are mostly API bumps. It looks like users libkrun and sev have
open-ended dependencies and won't be affected, and virtiofsd and
vhost-device-* crates have bumped deps upstream but need new releases.
There is also a vm-fdt API bump which I can push along with
firecracker-1.8 since that's the only user (aside from libkrun's
unbound dependency). Let me know if you want me to handle any of
these other updates, although I'd need to be added as a comaintainer.
Thanks.
David