From b452c02bfba2e401e1044e73204d63ec98aafdb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:24:57 +0100 Subject: [PATCH] fix(deps): update rust crate async-trait to 0.1.73 (#133) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c1422ad..8a57484 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }