Skip to content

Commit

Permalink
Bump zip dependency (fixes #31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed May 28, 2024
1 parent 0f7cc11 commit 0491a09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
mail-auth 0.4.1
================================
- Bump `zip` dependency to 2.1.1.

mail-auth 0.4.0
================================
- DKIM verification defaults to `strict` mode and ignores signatures with a `l=` tag to avoid exploits (see https://stalw.art/blog/dkim-exploit). Use `AuthenticatedMessage::parse_with_opts(&message, false)` to enable `relaxed` mode.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mail-auth"
description = "DKIM, ARC, SPF and DMARC library for Rust"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = [ "Stalwart Labs <hello@stalw.art>"]
license = "Apache-2.0 OR MIT"
Expand Down Expand Up @@ -38,7 +38,7 @@ serde_json = "1.0"
sha1 = { version = "0.10", features = ["oid"], optional = true }
sha2 = { version = "0.10.6", features = ["oid"], optional = true }
hickory-resolver = { version = "0.24", features = ["dns-over-rustls", "dnssec-ring"] }
zip = "1.3.0"
zip = "2.1.1"
rand = { version = "0.8.5", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 0491a09

Please sign in to comment.