Skip to content

Commit 079260a

Browse files
committed
chore: update async-smtp to 0.10.2
1 parent fdec78c commit 079260a

File tree

3 files changed

+22
-12
lines changed

3 files changed

+22
-12
lines changed

Cargo.lock

Lines changed: 20 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ async-broadcast = "0.7.2"
4343
async-channel = { workspace = true }
4444
async-imap = { version = "0.10.4", default-features = false, features = ["runtime-tokio", "compress"] }
4545
async-native-tls = { version = "0.5", default-features = false, features = ["runtime-tokio"] }
46-
async-smtp = { version = "0.10", default-features = false, features = ["runtime-tokio"] }
46+
async-smtp = { version = "0.10.2", default-features = false, features = ["runtime-tokio"] }
4747
async_zip = { version = "0.0.17", default-features = false, features = ["deflate", "tokio-fs"] }
4848
base64 = { workspace = true }
4949
brotli = { version = "8", default-features=false, features = ["std"] }

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ skip = [
3030
{ name = "linux-raw-sys", version = "0.4.14" },
3131
{ name = "loom", version = "0.5.6" },
3232
{ name = "netlink-packet-route", version = "0.17.1" },
33+
{ name = "nom", version = "7.1.3" },
3334
{ name = "rand_chacha", version = "0.3.1" },
3435
{ name = "rand_core", version = "0.6.4" },
3536
{ name = "rand", version = "0.8.5" },

0 commit comments

Comments
 (0)