Skip to content

Commit 200aeca

Browse files
committed
v0.4.8
1 parent 4eb4c3a commit 200aeca

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
mail-send 0.4.8
2+
================================
3+
- Bump `mail-auth` dependency to 0.4
4+
- Bump `base64` dependency to 0.22
5+
16
mail-send 0.4.7
27
================================
3-
- Added 'parser` feature for `Message` conversion.
8+
- Added 'parser feature for `Message` conversion.
49

510
mail-send 0.4.6
611
================================

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "mail-send"
33
description = "E-mail delivery library with SMTP and DKIM support"
4-
version = "0.4.7"
4+
version = "0.4.8"
55
edition = "2021"
66
authors = [ "Stalwart Labs <hello@stalw.art>"]
77
license = "Apache-2.0 OR MIT"
@@ -16,10 +16,10 @@ doctest = false
1616

1717
[dependencies]
1818
smtp-proto = { version = "0.1" }
19-
mail-auth = { version = "0.3", optional = true }
19+
mail-auth = { version = "0.4", optional = true }
2020
mail-builder = { version = "0.3", optional = true }
2121
mail-parser = { version = "0.9", optional = true }
22-
base64 = "0.21"
22+
base64 = "0.22"
2323
rand = { version = "0.8.5", optional = true }
2424
md5 = { version = "0.7.0", optional = true }
2525
tokio = { version = "1.23", features = ["net", "io-util", "time"]}
@@ -31,7 +31,7 @@ gethostname = { version = "0.4"}
3131

3232
[dev-dependencies]
3333
tokio = { version = "1.16", features = ["net", "io-util", "time", "rt-multi-thread", "macros"] }
34-
env_logger = "0.10.0"
34+
env_logger = "0.11.0"
3535

3636
[features]
3737
default = ["digest-md5", "cram-md5", "builder", "dkim"]

0 commit comments

Comments
 (0)