Skip to content

Commit 546d513

Browse files
committed
v0.7.2
1 parent 990c03d commit 546d513

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mail-auth 0.7.2
2+
================================
3+
- Bump `quick-xml` to 0.38
4+
- Bump `zip` to 5.1
5+
16
mail-auth 0.7.1
27
================================
38
- Bump `hickory-resolver`to 0.26.0-alpha.1

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mail-auth"
33
description = "DKIM, ARC, SPF and DMARC library for Rust"
4-
version = "0.7.1"
4+
version = "0.7.2"
55
edition = "2021"
66
authors = [ "Stalwart Labs LLC <[email protected]>"]
77
license = "Apache-2.0 OR MIT"
@@ -30,7 +30,7 @@ flate2 = "1.0.25"
3030
mail-parser = { version = "0.11", features = ["full_encoding"] }
3131
mail-builder = { version = "0.4" }
3232
quick-xml = { version = "0.38", optional = true }
33-
hashify = { version = "0.2.6", optional = true }
33+
hashify = { version = "0.2.7", optional = true }
3434
ring = { version = "0.17", optional = true }
3535
rsa = { version = "0.9.8", optional = true }
3636
rustls-pemfile = { version = "2", optional = true }
@@ -39,7 +39,7 @@ serde_json = "1.0"
3939
sha1 = { version = "0.10", features = ["oid"], optional = true }
4040
sha2 = { version = "0.10.6", features = ["oid"], optional = true }
4141
hickory-resolver = { version = "=0.26.0-alpha.1", features = ["tls-ring", "dnssec-ring"] }
42-
zip = { version = "4.0", optional = true }
42+
zip = { version = "5.1", optional = true }
4343
rand = { version = "0.8.5", optional = true }
4444
quick_cache = "0.6.9"
4545
rkyv = { version = "0.8.10", optional = true }

0 commit comments

Comments
 (0)