Skip to content

Commit

Permalink
Merge pull request #12 from LeoniePhiline/renovate/async-trait-0.1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate async-trait to 0.1.79
  • Loading branch information
LeoniePhiline authored Apr 4, 2024
2 parents 1f8273f + 858b99a commit 84827f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion outlook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion smtp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 84827f0

Please sign in to comment.