Skip to content

Commit

Permalink
fix(deps): update rust crate tracing to 0.1.40
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 677169b commit d7fffa5
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 @@ -16,4 +16,4 @@ async-trait = "0.1.79"
mail-send = { version = "0.4.1", default-features = false, features = ["builder"] }
secrecy = "0.8.0"
thiserror = "1.0.58"
tracing = { optional = true, version = "0.1.37" }
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 @@ -20,4 +20,4 @@ secrecy = "0.8.0"
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
thiserror = "1.0.58"
tracing = { optional = true, version = "0.1.37" }
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 @@ -18,4 +18,4 @@ async-trait = "0.1.79"
clap = { optional = true, version = "4.5.4", features = ["derive"] }
secrecy = "0.8.0"
thiserror = "1.0.58"
tracing = { optional = true, version = "0.1.37" }
tracing = { optional = true, version = "0.1.40" }

0 comments on commit d7fffa5

Please sign in to comment.