stalwartlabs / mail-auth

DKIM, ARC, SPF and DMARC library for Rust
https://docs.rs/mail-auth/
Apache License 2.0
82 stars 13 forks source link

Update ed25519-dalek to 2.0 #20

Closed MTRNord closed 11 months ago

MTRNord commented 11 months ago

Hi :) This fixes https://github.com/advisories/GHSA-w5vr-6qhr-36cc / https://rustsec.org/advisories/RUSTSEC-2022-0093.html being pulled in when using the rust-crypto feature.

I am using this downstream in my own mailserver (by the way thanks for the crate!) and noticed that I cant update this crate on my side and it seems to be that mail-auth is the one blocking the update :)

mdecimus commented 11 months ago

Thanks, merged.