On Wed, Nov 19, 2025, at 8:54 PM, Daniel Baumann wrote: > Package: rust-md5 > > Hi, > > please update to 0.8, it's needed for dufs (new package, was already in > NEW, but is blocked now for re-upload until rust-md5 0.8 is in because > the previous version cannot be build in sid anymore [to old] and the new > one requires rust-md5 0.8), or in other words: totally blocked here. > > Let me know if you need/want help to update it.
As far as transitions go, this one should be fairly easy - the public interface only changed for one function, and the old one is still available but deprecated, so anything using rust-md5 0.7 should be fine with rust-md5 0.8 as well. Just in case this unblocks you - the inverse is also true, you can downgrade to md5 = ">= 0.7, < 0.9" and replace the calls to finalize() with compute() in dufs, and the resulting package should work with both md5 0.7 and 0.8

