Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.73 (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 5, 2023
1 parent b82ca63 commit b452c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ eyre = "0.6.8"
once_cell = "1.18.0"
new_mime_guess = { version = "4.0.1", default-features = false }
reqwest = { version = "0.11.22", features = ["json"] }
async-trait = "0.1.72"
async-trait = "0.1.73"
http = "0.2.9"
itertools = "0.11.0"
lettre = { version = "0.10.4", features = ["tokio1", "tokio1-rustls-tls", "rustls-tls", "tracing", "builder", "smtp-transport"], default-features = false }
Expand Down

0 comments on commit b452c02

Please sign in to comment.