Nitrokey / opcard-rs

OpenPGP card implementation
49 stars 1 forks source link

Require sha1collisiondetection 0.2.7 #179

Closed robin-nitrokey closed 10 months ago

robin-nitrokey commented 10 months ago

This fixes an misaligned pointer dereference with newer Rust versions. Upstream issue: https://gitlab.com/sequoia-pgp/sha1collisiondetection/-/issues/7

robin-nitrokey commented 10 months ago

It’s only a dev dependency, so a duplicate would not be a big issue. I also thought about adding a lockfile, but testing against the latest versions in the CI is more useful for me. I did not update sequioa-openpgp because it is not released yet. If you want to use Git dependency, that’s also fine for me.

sosthene-nitrokey commented 10 months ago

Oh right it's > 1.16.1 not >=, ok then let's go for that

sosthene-nitrokey commented 10 months ago

sequoia-openpg version 1.17 was released today

What a timing.