diff --git a/core/Cargo.toml b/core/Cargo.toml index 408dcf7..b257f73 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -12,7 +12,7 @@ default = ["tracing"] tracing = ["dep:tracing"] [dependencies] -async-trait = "0.1.68" +async-trait = "0.1.79" mail-send = { version = "0.4.1", default-features = false, features = ["builder"] } secrecy = "0.8.0" thiserror = "1.0.38" diff --git a/outlook/Cargo.toml b/outlook/Cargo.toml index b7d8586..0c90af7 100644 --- a/outlook/Cargo.toml +++ b/outlook/Cargo.toml @@ -13,7 +13,7 @@ tracing = ["dep:tracing"] [dependencies] async-mailer-core = { path = "../core", version = "0.3" } -async-trait = "0.1.68" +async-trait = "0.1.79" base64 = "0.21.0" reqwest = { version = "0.11.17", features = ["rustls", "rustls-tls", "gzip", "brotli"], default-features = false } secrecy = "0.8.0" diff --git a/smtp/Cargo.toml b/smtp/Cargo.toml index cb3e2c6..5f12aa2 100644 --- a/smtp/Cargo.toml +++ b/smtp/Cargo.toml @@ -14,7 +14,7 @@ clap = ["dep:clap"] [dependencies] async-mailer-core = { path = "../core", version = "0.3" } -async-trait = "0.1.68" +async-trait = "0.1.79" clap = { optional = true, version = "4.3.0", features = ["derive"] } secrecy = "0.8.0" thiserror = "1.0.38"