Skip to content

Commit

Permalink
Merge pull request #15 from LeoniePhiline/renovate/clap-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoniePhiline authored Apr 4, 2024
2 parents ce60511 + 319ed0d commit 677169b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smtp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap = ["dep:clap"]
[dependencies]
async-mailer-core = { path = "../core", version = "0.3" }
async-trait = "0.1.79"
clap = { optional = true, version = "4.3.0", features = ["derive"] }
clap = { optional = true, version = "4.5.4", features = ["derive"] }
secrecy = "0.8.0"
thiserror = "1.0.58"
tracing = { optional = true, version = "0.1.37" }

0 comments on commit 677169b

Please sign in to comment.