Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.59
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 20, 2024
1 parent dfddbed commit 213a3fb
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 @@ -17,5 +17,5 @@ tracing = ["dep:tracing"]
async-trait = "0.1.80"
mail-send = { version = "0.4.7", default-features = false, features = ["builder"] }
secrecy = "0.8.0"
thiserror = "1.0.58"
thiserror = "1.0.59"
tracing = { optional = true, version = "0.1.40" }
2 changes: 1 addition & 1 deletion outlook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tl
secrecy = "0.8.0"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
thiserror = "1.0.58"
thiserror = "1.0.59"
tracing = { optional = true, version = "0.1.40" }
2 changes: 1 addition & 1 deletion smtp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ async-mailer-core = { path = "../core", version = "0.3" }
async-trait = "0.1.80"
clap = { optional = true, version = "4.5.4", features = ["derive"] }
secrecy = "0.8.0"
thiserror = "1.0.58"
thiserror = "1.0.59"
tracing = { optional = true, version = "0.1.40" }

0 comments on commit 213a3fb

Please sign in to comment.